The OpenClusterResource function opens a resource and returns a handle to it.
HRESOURCE WINAPI OpenClusterResource(
HCLUSTER hCluster,
LPCWSTR lpszResourceName
);
If the operation was successful, OpenClusterResource returns a handle to the opened resource.
Version: Use Windows NT Server Enterprise Edition 4.0.
Windows CE: Unsupported.
Header: Declared in clusapi.h.