Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
|
|
||||||||
|
Syntax
typedef enum translateurl_in_flags { TRANSLATEURL_FL_GUESS_PROTOCOL = 0x0001, TRANSLATEURL_FL_USE_DEFAULT_PROTOCOL = 0x0002, } TRANSLATEURL_IN_FLAGS;
Elements
The following enumerated values are used with the TranslateURL function to determine how it will execute.
- TRANSLATEURL_FL_GUESS_PROTOCOL
- 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
- If the protocol scheme is not specified in the pcszURL parameter to TranslateURL, the system adds the default protocol to the URL.
Does this content meet your programming needs? Write us!
© 1998 Microsoft Corporation. All rights reserved. Terms of use.