TCEUrlData |
typedef struct TCEUrlData {
char *url;
char *description;
TCEUrlOptions options;
} TCEUrlData;
Describes the data for a URL.
- url
- C string containing the full (scheme + path) URL.
- description
- Human readable description of the URL.
- options
- Options for the URL.
© 1999-2008 Quesa Developers (Last Updated 5/10/2008)