Contents Index Topic Contents | ||
Previous Topic: Structures Next Topic: OLECMDTEXT |
OLECMD
typedef struct _tagOLECMD { ULONG cmdID; DWORD cmdf; }OLECMDF;Associates command flags from the OLECMDF enumeration with a command identifier through a call to the IOleCommandTarget::QueryStatus method.
- cmdID
- Command identifier; taken from the OLECMDID enumeration.
- cmdf
- Flags associated with cmdID; taken from the OLECMDF enumeration.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.