Contents Previous Page Next Page
OLECMD

The OLECMD strcuture is used to associate command flags from the OLECMDF enumeration with a command identifer through 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.

See Also

OLECMDF, IOleCommandTarget::QueryStatus