Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains the flags that control the encoding of URLs.
Syntax
typedef enum {
URL_ENCODING_NONE = 0x00000000,
URL_ENCODING_ENABLE_UTF8 = 0x10000000,
URL_ENCODING_DISABLE_UTF8 = 0x20000000
} URL_ENCODING;
Constants
URL_ENCODING_NONE
Disables URL encoding.URL_ENCODING_ENABLE_UTF8
Enables UTF8 encoding.URL_ENCODING_DISABLE_UTF8
Disables UTF8 encoding.
Requirements
Minimum supported client |
Windows XP |
Minimum supported server |
Windows 2000 Server |
Product |
Internet Explorer 5 |
Header |
Urlmon.h |