OLECMD Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a structure that associates command flags from the OLECMDF enumeration with a command identifier through a call to QueryStatus(Guid, Int32, IntPtr, IntPtr)
public value class OLECMD
public struct OLECMD
type OLECMD = struct
Public Structure OLECMD
- Inheritance
-
OLECMD
Fields
cmdf |
Specifies the flags associated with cmdID; taken from the OLECMDF enumeration. |
cmdID |
Specifies a command identifier; taken from the OLECMDID enumeration. |