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