WSMAN_OPERATION_INFO structure (wsman.h)
Represents a specific resource endpoint for which the plug-in must perform the request.
Syntax
typedef struct _WSMAN_OPERATION_INFO {
WSMAN_FRAGMENT fragment;
WSMAN_FILTER filter;
WSMAN_SELECTOR_SET selectorSet;
WSMAN_OPTION_SET optionSet;
void *reserved;
DWORD version;
} WSMAN_OPERATION_INFO;
Members
fragment
A WSMAN_FRAGMENT structure that specifies the subset of data to be used for the operation. This parameter is reserved for future use and is ignored on receipt.
filter
A WSMAN_FILTER structure that specifies the filtering that is used for the operation. This parameter is reserved for future use and is ignored on receipt.
selectorSet
A WSMAN_SELECTOR_SET structure that identifies the specific resource to use for the request.
optionSet
A WSMAN_OPTION_SET structure that specifies the set of options for the request.
reserved
version
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 |