WSMAN_KEY structure (wsman.h)

Represents a key and value pair within a selector set and is used to identify a particular resource.

Syntax

typedef struct _WSMAN_KEY {
  PCWSTR key;
  PCWSTR value;
} WSMAN_KEY;

Members

key

Specifies the key name.

value

Defines the value associated with key.

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