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.
1/6/2010
This enumeration 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;
Elements
- URL_ENCODING_NONE
Disables URL encoding.
- URL_ENCODING_ENABLE_UTF8
Enables UTF8 encoding.
- URL_ENCODING_DISABLE_UTF8
Disables UTF8 encoding.
Requirements
| Header | urlmon.h, urlmon.idl |
| Windows Embedded CE | Windows CE .NET 4.0 and later |