Internet Shortcut Enumera...     IURL_SETURL_INVOKECOMMAND...     Internet Shortcut Enumera...    
Web Workshop (Miscellaneous)

IURL_SETURL_FLAGS Enumerated Type


Provides flags that are used with the IUniformResourceLocator::SetURL method. They are passed in as the dwInFlags parameter.

Syntax

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

Constants

IURL_SETURL_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 IUniformResourceLocator::SetURL.
IURL_SETURL_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 IUniformResourceLocator::SetURL.

Enumerated Type Information

Windows NT Use version 4.0
Windows Use Windows 95 and later
Header Intshcut.h
Minimum availability Internet Explorer 4.0


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.