IURL_INVOKECOMMAND_FLAGS enumeration

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_FL_DDEWAIT           = 0x0004
} 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.

  • IURL_INVOKECOMMAND_FL_DDEWAIT
    If this bit is set, wait for the DDE conversation to terminate before returning.

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows 2000 Server

Header

Intshcut.h