Click to return to the Networking, Protocols     
QUERYOPTION Enumerated Ty...     URL Moniker Error Codes     URL Moniker Enumerated Ty...    
Web Workshop  |  Networking, Protocols & Data Formats

URL_ENCODING Enumerated Type


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.

Enumerated Type Information

Windows NT Use version 4.0
Windows Use Windows 95 and later
Header Urlmon.h
Minimum availability Internet Explorer 5


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.