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.
This enumeration contains the flags that control the encoding of URLs.
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
OS Versions: Windows CE .NET 4.0 and later.
Header: Urlmon.h, Urlmon.idl.
Send Feedback on this topic to the authors