Skip to content

Latest commit

 

History

History
76 lines (59 loc) · 2.15 KB

nc-resapi-pend_type_control_call.md

File metadata and controls

76 lines (59 loc) · 2.15 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NC:resapi.PEND_TYPE_CONTROL_CALL
PEND_TYPE_CONTROL_CALL (resapi.h)
Called when a resource type control code operation completes. The PEND_TYPE_CONTROL_CALL type defines a pointer to this function.
EndTypeControlCall
EndTypeControlCall callback
EndTypeControlCall callback function [Failover Cluster]
PEND_TYPE_CONTROL_CALL
PEND_TYPE_CONTROL_CALL callback function [Failover Cluster]
mscs.endtypecontrolcall
resapi/EndTypeControlCall
resapi/PEND_TYPE_CONTROL_CALL
mscs\endtypecontrolcall.htm
MsCS
EF3C2DFA-2B8A-4709-A6B6-56427C0C00A5
12/05/2018
EndTypeControlCall, EndTypeControlCall callback, EndTypeControlCall callback function [Failover Cluster], PEND_TYPE_CONTROL_CALL, PEND_TYPE_CONTROL_CALL callback function [Failover Cluster], mscs.endtypecontrolcall, resapi/EndTypeControlCall, resapi/PEND_TYPE_CONTROL_CALL
resapi.h
Windows
None supported
Windows Server 2012 R2
Windows
19H1
PEND_TYPE_CONTROL_CALL
resapi/PEND_TYPE_CONTROL_CALL
c++
kbSyntax
<TBD>
EndTypeControlCall callback

PEND_TYPE_CONTROL_CALL callback function

-description

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

-parameters

-param context

-param status [in]

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

The status of the operation.

- resCallId [in]

Not supported.

Windows Server 2012 R2:  TBD

-returns

ERROR_SUCCESS if the operation is successful; otherwise, a system error code.

-see-also

Resource DLL Callback Functions