TRANSLATEURL_IN_FLAGS enumeration (intshcut.h)
The TRANSLATEURL_IN_FLAGS enumerated values 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 Value: 0x0001 If the protocol scheme is not specified in the pcszURL parameter to TranslateURL, the system automatically chooses a scheme and adds it to the URL. |
TRANSLATEURL_FL_USE_DEFAULT_PROTOCOL Value: 0x0002 If the protocol scheme is not specified in the pcszURL parameter to TranslateURL, the system adds the default protocol to the URL. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Header | intshcut.h |