URL_ENCODING (Windows CE 5.0)
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