Provides flags that are used with the IUniformResourceLocator::SetURL method. They are passed in as the dwInFlags parameter.
Syntax
typedef enum iurl_seturl_flags{ IURL_SETURL_FL_GUESS_PROTOCOL = 0x0001, IURL_SETURL_FL_USE_DEFAULT_PROTOCOL = 0x0002 } IURL_SETURL_FLAGS;
Constants
- IURL_SETURL_FL_GUESS_PROTOCOL
- Flag that causes the system to automatically choose a scheme and add it to the URL if the protocol scheme is not specified in the pcszURL parameter of IUniformResourceLocator::SetURL.
- IURL_SETURL_FL_USE_DEFAULT_PROTOCOL
- Flag that causes the system to add the default protocol to the URL if the protocol scheme is not specified in the pcszURL parameter of IUniformResourceLocator::SetURL.
Enumerated Type Information
Windows NT Use version 4.0 Windows Use Windows 95 and later Header Intshcut.h Minimum availability Internet Explorer 4.0