IURL_SETURL_FLAGSIURL_SETURL_FLAGS*
*



Contents  *



Index  *Topic Contents
*Previous Topic: Internet Shortcut Enumerated Types
*Next Topic: IURL_SETURL_INVOKECOMMAND_FLAGS

IURL_SETURL_FLAGS

typedef enum iurl_seturl_flags{
    IURL_SETURL_FL_GUESS_PROTOCOL         = 0x0001,
    IURL_SETURL_FL_USE_DEFAULT_PROTOCOL   = 0x0002
}  IURL_SETURL_FLAGS;

The following enumerated values are used with the IUniformResourceLocator::SetURL method. They are passed in as the dwInFlags parameter.

IURL_SETURL_FL_GUESS_PROTOCOL
If the protocol scheme is not specified in the pcszURL parameter to IUniformResourceLocator::SetURL, the system automatically chooses a scheme and adds it to the URL.
IURL_SETURL_FL_USE_DEFAULT_PROTOCOL
If the protocol scheme is not specified in the pcszURL parameter to IUniformResourceLocator::SetURL, the system adds the default protocol to the URL.

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