The OLECMD strcuture is used to associate command flags from the OLECMDF enumeration with a command identifer through IOleCommandTarget::QueryStatus.
typedef struct _tagOLECMDMembers{
ULONG cmdID;
DWORD cmdf;
}OLECMDF;
cmdID
A command identifier; taken from the OLECMDID enumeration..
cmdf
Flags associated with cmdID; taken from the OLECMDF enumeration.
See Also
OLECMDF, IOleCommandTarget::QueryStatus