TRANSLATEURL_IN_FLAGSTRANSLATEURL_IN_FLAGS*
*



Contents  *



Index  *Topic Contents
*Previous Topic: MIMEASSOCIATIONDIALOG_IN_FLAGS
*Next Topic: URLASSOCIATIONDIALOG_IN_FLAGS

TRANSLATEURL_IN_FLAGS

typedef enum translateurl_in_flags {
    TRANSLATEURL_FL_GUESS_PROTOCOL         = 0x0001,
    TRANSLATEURL_FL_USE_DEFAULT_PROTOCOL   = 0x0002,
} TRANSLATEURL_IN_FLAGS;

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.

Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.