WSMAN_DATA_BINARY structure (wsman.h)

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

Syntax

typedef struct _WSMAN_DATA_BINARY {
  DWORD dataLength;
  BYTE  *data;
} WSMAN_DATA_BINARY;

Members

dataLength

Represents the number of BYTEs stored in the data field.

data

Specifies the storage location for the binary 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