The ResUtilGetResourceDependency utility function returns a handle to a dependent resource of a specified type.
HRESOURCE WINAPI ResUtilGetResourceDependency(
HANDLE hSelf,
LPCWSTR lpszResourceType
);
If the operation was successful, ResUtilGetResourceDependency returns a handle to the dependent resource. The caller is responsible for closing that handle by calling CloseClusterResource.
If the operation was unsuccessful, ResUtilGetResourceDependency returns NULL. A call can be made to the Win32 function GetLastError for more information.
ResUtilGetResourceDependency returns the name of a dependent resource by calling:
Version: Use Windows NT Server Enterprise Edition 4.0.
Windows CE: Unsupported.
Header: Declared in clusapi.h.