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
See Also
OLECMDF, IOleCommandTarget::QueryStatus