IURL_SETURL_FLAGS     MIMEASSOCIATIONDIALOG_IN_...     Internet Shortcut Enumera...    
Web Workshop (Miscellaneous)

IURL_INVOKECOMMAND_FLAGS Enumerated Type


Provides flags that are used with the URLINVOKECOMMANDINFO structure. They are passed in as the dwInFlags parameter.

Syntax

typedef enum iurl_invokecommand_flags{
    IURL_INVOKECOMMAND_FL_ALLOW_UI           = 0x0001,
    IURL_INVOKECOMMAND_FL_USE_DEFAULT_VERB   = 0x0002
} IURL_INVOKECOMMAND_FLAGS;

Constants

IURL_INVOKECOMMAND_FL_ALLOW_UI
If this bit is set, interaction with the user is allowed and the hwndParent member of the URLINVOKECOMMANDINFO structure is valid. If this bit is clear, interaction with the user is not allowed and the hwndParent member is ignored.
IURL_INVOKECOMMAND_FL_USE_DEFAULT_VERB
If this bit is set, the default verb for the Internet Shortcut's protocol is to be used and the pcszVerb member of the URLINVOKECOMMANDINFO structure is ignored. If this bit is clear, the verb is specified by pcszVerb.

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.