PEND_CONTROL_CALL callback function (resapi.h)
Called when a resource control code operation completes. The PEND_CONTROL_CALL type defines a pointer to this function.
Syntax
PEND_CONTROL_CALL PendControlCall;
DWORD PendControlCall(
const PRES_CTL_CTX context,
[in] DWORD status
)
{...}
Parameters
context
[in] status
The context of the call to the resource control code.
Windows Server 2012 R2: Not supported.
The status of the operation.
Return value
ERROR_SUCCESS if the operation is successful; otherwise, a system error code.
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2012 R2 |
Target Platform | Windows |
Header | resapi.h |