Skip to content

Latest commit

 

History

History
83 lines (64 loc) · 3.51 KB

nf-resapi-resutilgetresourcedependencyex.md

File metadata and controls

83 lines (64 loc) · 3.51 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
NF:resapi.ResUtilGetResourceDependencyEx
ResUtilGetResourceDependencyEx function (resapi.h)
Enumerates the dependencies of a specified resource and returns a handle to a dependency of a specified type. The PRESUTIL_GET_RESOURCE_DEPENDENCY_EX type defines a pointer to this function.
PRESUTIL_GET_RESOURCE_DEPENDENCY_EX
PRESUTIL_GET_RESOURCE_DEPENDENCY_EX function [Failover Cluster]
ResUtilGetResourceDependencyEx
ResUtilGetResourceDependencyEx function [Failover Cluster]
mscs.resutilgetresourcedependencyex
resapi/PRESUTIL_GET_RESOURCE_DEPENDENCY_EX
resapi/ResUtilGetResourceDependencyEx
mscs\resutilgetresourcedependencyex.htm
MsCS
8F5BB021-83FB-44CD-94B4-33FC8E398C5B
12/05/2018
PRESUTIL_GET_RESOURCE_DEPENDENCY_EX, PRESUTIL_GET_RESOURCE_DEPENDENCY_EX function [Failover Cluster], ResUtilGetResourceDependencyEx, ResUtilGetResourceDependencyEx function [Failover Cluster], mscs.resutilgetresourcedependencyex, resapi/PRESUTIL_GET_RESOURCE_DEPENDENCY_EX, resapi/ResUtilGetResourceDependencyEx
resapi.h
Windows
None supported
Windows Server 2012
ResUtils.lib
ResUtils.dll
Windows
19H1
ResUtilGetResourceDependencyEx
resapi/ResUtilGetResourceDependencyEx
c++
APIRef
kbSyntax
DllExport
ResUtils.dll
ResUtilGetResourceDependencyEx

ResUtilGetResourceDependencyEx function

-description

Enumerates the dependencies of a specified resource and returns a handle to a dependency of a specified type. The PRESUTIL_GET_RESOURCE_DEPENDENCY_EX type defines a pointer to this function.

-parameters

-param hSelf [in]

A handle to the dependent resource.

-param lpszResourceType [in]

A null-terminated Unicode string that specifies the resource type of the dependency to return.

-param dwDesiredAccess [in]

The requested access privileges. This might be any combination of GENERIC_READ (0x80000000), GENERIC_ALL (0x10000000), or MAXIMUM_ALLOWED (0x02000000). If this value is zero (0), an undefined error might be returned. Using GENERIC_ALL is the same as calling ResUtilGetResourceDependency.

-returns

If the operation succeeds, the function returns a handle to one of the resources on which the resource that is specified by hSelf depends. The caller is responsible for closing the handle by calling the CloseClusterResource function.

If the operation fails, the function returns NULL. For more information, call the GetLastError function.

-see-also

ResUtilGetResourceDependency

Resource Utility Functions