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.
Describes the format of the specified host in a Uniform Resource Identifier (URI).
Syntax
typedef enum {
Uri_HOST_UNKNOWN = 0,
Uri_HOST_DNS = 1,
Uri_HOST_IPV4 = 2,
Uri_HOST_IPV6 = 3,
Uri_HOST_IDN = 4
} Uri_HOST_TYPE;
Constants
Uri_HOST_UNKNOWN
Indicates an unrecognized (or future version) format.Uri_HOST_DNS
Indicates a textual DNS naming convention.Uri_HOST_IPV4
Indicates an IPv4 host format.Uri_HOST_IPV6
Indicates an IPv6 host format.Uri_HOST_IDN
Indicates an IDN.
Requirements
Minimum supported client |
Windows XP with SP2 |
Minimum supported server |
Windows Server 2003 with SP1 |
Product |
Internet Explorer 7 |
Header |
Urlmon.h |
IDL |
Urlmon.idl |