Designates the type of support provided by an object for the command specified in OLECMD.
typedef enum { OLECMDF_SUPPORTED = 1, OLECMDF_ENABLED = 2, OLECMDF_LATCHED = 4, OLECMDF_NINCHED = 8 } OLECMDF;
Elements
Remarks
Values from the OLECMDF enumeration are used to fill the value of the cmdf field in OLECMD structures passed to IOleCommandTarget::QueryStatus.
See Also
IOleCommandTarget::QueryStatus, OLECMD