OLECMDTEXT 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.
Specifies a text name or status string for a single command identifier.
public value class OLECMDTEXT
public struct OLECMDTEXT
type OLECMDTEXT = struct
Public Structure OLECMDTEXT
- Inheritance
-
OLECMDTEXT
Fields
cmdtextf |
Specifies whether the rgwz member contains a command name or status text. |
cwActual |
Specifies the number of characters actually written into the rgwz buffer before QueryStatus(Guid, Int32, IntPtr, IntPtr) returns. |
cwBuf |
Specifies the number of elements in the rgwz array. |
rgwz |
Specifies a caller-allocated array of wide characters to receive the command name or status text. |