PEND_TYPE_CONTROL_CALL callback function (resapi.h)

Called when a resource type control code operation completes. The PEND_TYPE_CONTROL_CALL type defines a pointer to this function.

Syntax

PEND_TYPE_CONTROL_CALL PendTypeControlCall;

DWORD PendTypeControlCall(
       const PRESTYPE_CTL_CTX context,
  [in] DWORD status
)
{...}

Parameters

context

[in] status

The context of the call to the resource type control code.

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

See also

Resource DLL Callback Functions