DllUnregisterCluAdminExtension

The DllUnregisterCluAdminExtension function cancels the registration of a Cluster Administrator extension DLL with the cluster by removing information from the cluster database.

STDAPI DllUnregisterCluAdminExtension(
  HCLUSTER hCluster  
);
 

Parameters

hCluster
[in] Handle to the cluster to modify in the cluster database.

Return Values

NOERROR
Registration for the Cluster Administrator extension DLL was successfully removed.

If DllUnregisterCluAdminExtension is unsuccessful, it returns a Win32 error value.

QuickInfo

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