OLECMD Struct

Definition

Represents a structure that associates command flags from the OLECMDF enumeration with a command identifier through a call to QueryStatus(Guid, Int32, IntPtr, IntPtr)

public value class OLECMD
public struct OLECMD
type OLECMD = struct
Public Structure OLECMD
Inheritance
OLECMD

Fields

cmdf

Specifies the flags associated with cmdID; taken from the OLECMDF enumeration.

cmdID

Specifies a command identifier; taken from the OLECMDID enumeration.

Applies to