WSMAN_DATA_TEXT structure (wsman.h)

A WSMAN_DATA structure component that holds textual data for use with various Windows Remote Management functions.

Syntax

typedef struct _WSMAN_DATA_TEXT {
  DWORD  bufferLength;
  PCWSTR buffer;
} WSMAN_DATA_TEXT;

Members

bufferLength

Specifies the number of UNICODE characters stored in the buffer.

buffer

Specifies the storage location for the textual data.

Requirements

Requirement Value
Minimum supported client Windows 7
Minimum supported server Windows Server 2008 R2
Header wsman.h
Redistributable Windows Management Framework on Windows Server 2008 with SP2, Windows Vista with SP1, and Windows Vista with SP2