WSMAN_SELECTOR_SET structure (wsman.h)

Defines a set of keys that represent the identity of a resource.

Syntax

typedef struct _WSMAN_SELECTOR_SET {
  DWORD     numberKeys;
  WSMAN_KEY *keys;
} WSMAN_SELECTOR_SET;

Members

numberKeys

Specifies the number of keys (selectors).

keys

An array of WSMAN_KEY structures that specify key names and values.

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