Provides flags that are used with the TranslateURL function to determine how it will execute.
Syntax
typedef enum translateurl_in_flags { TRANSLATEURL_FL_GUESS_PROTOCOL = 0x0001, TRANSLATEURL_FL_USE_DEFAULT_PROTOCOL = 0x0002 } TRANSLATEURL_IN_FLAGS;
Constants
- TRANSLATEURL_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 TranslateURL.
- TRANSLATEURL_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 TranslateURL.
Enumerated Type Information
Windows NT Use version 4.0 Windows Use Windows 95 and later Header Intshcut.h Minimum availability Internet Explorer 4.0