TRANSLATEURL_IN_FLAGS enumeration
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.
Requirements
|
Minimum supported client |
Windows XP |
|---|---|
|
Minimum supported server |
Windows 2000 Server |
|
Header |
|
Show: