Skip to content

Latest commit

 

History

History
99 lines (73 loc) · 2.67 KB

nc-resapi-popen_v2_routine.md

File metadata and controls

99 lines (73 loc) · 2.67 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.POPEN_V2_ROUTINE
POPEN_V2_ROUTINE (resapi.h)
The POPEN_V2_ROUTINE callback function opens a resource. The POPEN_V2_ROUTINE type defines a pointer to this function.
CLUS_RESDLL_OPEN_RECOVER_MONITOR_STATE
OpenV2
OpenV2 callback
OpenV2 callback function [Failover Cluster]
POPEN_V2_ROUTINE
POPEN_V2_ROUTINE callback function [Failover Cluster]
mscs.openv2
resapi/OpenV2
resapi/POPEN_V2_ROUTINE
mscs\openv2.htm
MsCS
EA798D15-9458-4F66-8D0E-13DA383552F7
08/03/2022
CLUS_RESDLL_OPEN_RECOVER_MONITOR_STATE, OpenV2, OpenV2 callback, OpenV2 callback function [Failover Cluster], POPEN_V2_ROUTINE, POPEN_V2_ROUTINE callback function [Failover Cluster], mscs.openv2, resapi/OpenV2, resapi/POPEN_V2_ROUTINE
resapi.h
Windows
None supported
Windows Server 2012
Windows
19H1
POPEN_V2_ROUTINE
resapi/POPEN_V2_ROUTINE
c++
kbSyntax
<TBD>
OpenV2 callback

POPEN_V2_ROUTINE callback function

-description

Opens a resource. The POPEN_V2_ROUTINE type defines a pointer to this function.

-parameters

-param ResourceName [in]

The name of the resource to open.

-param ResourceKey [in]

The cluster database key for the cluster that includes the resource represented by ResourceName.

-param ResourceHandle [in]

The resource handle to pass to the SetResourceStatusEx callback function.

-param OpenFlags [in] [in]

One of the following flags:

0x0

TBD

CLUS_RESDLL_OPEN_RECOVER_MONITOR_STATE (0x00000001)

TBD

-returns

If the operation was successful, returns a resource identifier (RESID).

If the operation was not successful, returns NULL. Call SetLastError to specify that an error has occurred.

-see-also

Resource DLL Entry-Point Functions