GET_OPERATION_CONTEXT_PARAMS structure (resapi.h)
Represents context parameters that are used as input for the CLUSCTL_RESOURCE_GET_OPERATION_CONTEXT control code.
Syntax
typedef struct GET_OPERATION_CONTEXT_PARAMS {
DWORD Size;
DWORD Version;
RESDLL_CONTEXT_OPERATION_TYPE Type;
DWORD Priority;
} GET_OPERATION_CONTEXT_PARAMS, *PGET_OPERATION_CONTEXT_PARAMS;
Members
Size
The size of this structure, in bytes.
Version
The version of this structure.
Type
A RESDLL_CONTEXT_OPERATION_TYPE enumeration value that specifies the context operation type.
Priority
TBD
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2012 |
Header | resapi.h |