OLECMD

The OLECMD structure associates command flags from the OLECMDF enumeration with a command identifer through a call to IOleCommandTarget::QueryStatus.

typedef struct _tagOLECMD
{
    ULONG cmdID;
    DWORD cmdf;
}OLECMDF;
 

Members

cmdID
A command identifier; taken from the OLECMDID enumeration.
cmdf
Flags associated with cmdID; taken from the OLECMDF enumeration.

QuickInfo

  Windows NT: Use version 5.0 or later.
  Windows: Unsupported.
  Windows CE: Unsupported.
  Header: Declared in docobj.h.

See Also

OLECMDF, IOleCommandTarget::QueryStatus