Skip to content

Latest commit

 

History

History
75 lines (59 loc) · 2.37 KB

nc-resapi-pextend_res_type_control_call.md

File metadata and controls

75 lines (59 loc) · 2.37 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.PEXTEND_RES_TYPE_CONTROL_CALL
PEXTEND_RES_TYPE_CONTROL_CALL (resapi.h)
Extends the timeout for a call to a resource type control code. The PEXTEND_RES_TYPE_CONTROL_CALL type defines a pointer to this function.
ExtendResTypeControlCall
ExtendResTypeControlCall callback
ExtendResTypeControlCall callback function [Failover Cluster]
PEXTEND_RES_TYPE_CONTROL_CALL
PEXTEND_RES_TYPE_CONTROL_CALL callback function [Failover Cluster]
mscs.extendtypecontrolcall
resapi/ExtendResTypeControlCall
resapi/PEXTEND_RES_TYPE_CONTROL_CALL
mscs\extendtypecontrolcall.htm
MsCS
90E9A989-D281-440D-8441-02086841356E
12/05/2018
ExtendResTypeControlCall, ExtendResTypeControlCall callback, ExtendResTypeControlCall callback function [Failover Cluster], PEXTEND_RES_TYPE_CONTROL_CALL, PEXTEND_RES_TYPE_CONTROL_CALL callback function [Failover Cluster], mscs.extendtypecontrolcall, resapi/ExtendResTypeControlCall, resapi/PEXTEND_RES_TYPE_CONTROL_CALL
resapi.h
Windows
None supported
Windows Server 2016
Windows
19H1
PEXTEND_RES_TYPE_CONTROL_CALL
resapi/PEXTEND_RES_TYPE_CONTROL_CALL
c++
APIRef
kbSyntax
UserDefined
ResApi.h
ExtendResTypeControlCall

PEXTEND_RES_TYPE_CONTROL_CALL callback function

-description

Extends the timeout for a call to a resource type control code. The PEXTEND_RES_TYPE_CONTROL_CALL type defines a pointer to this function.

-parameters

-param context [in]

The context to the resource type control code that was called.

-param newTimeoutInMs [in]

The new timeout, in milliseconds.

-returns

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

-see-also

Resource DLL Callback Functions

Resource Type Control Codes