OnlineClusterResource

The OnlineClusterResource function brings an offline or failed resource online.

DWORD WINAPI OnlineClusterResource(
  HRESOURCE hResource  
);
 

Parameters

hResource
[in] Handle to the resource to be brought online.

Return Values

ERROR_SUCCESS
The operation was successful.
ERROR_IO_PENDING
The resource or one of the resources it depends on has returned ERROR_IO_PENDING from its Online entry point function.

If the operation was unsuccessful, OnlineClusterResource can also return a Win32 error value.

QuickInfo

  Version: Use Windows NT Server Enterprise Edition 4.0.
  Windows CE: Unsupported.
  Header: Declared in clusapi.h.