Share via


OLECMDTEXT Struct

Definition

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.

Applies to