CLUSCTL_RESOURCE_NETNAME_CLEANUP_STATE control code
TBD. Applications use this control code as a parameter to the ClusterResourceControl function.
ClusterResourceControl( hResource, // cluster handle
hHostNode, // optional node handle
CLUSCTL_RESOURCE_NETNAME_CLEANUP_STATE, // this control code
lpInBuffer, // input buffer: TBD
nInBufferSize, // input buffer size (bytes)
lpOutBuffer, // output buffer: TBD
cbOutBufferSize, // output buffer size (bytes)
lpcbBytesReturned ); // resulting data size (bytes)
Parameters
The following control code function parameters are specific to this control code. For complete parameter descriptions, see ClusterResourceControl.
Return value
ClusterResourceControl returns one of the following values.
ERROR_SUCCESS
The operation was successful. The lpcbBytesReturned parameter points to the actual size of the returned data.ERROR_MORE_DATA
The output buffer pointed to by lpOutBuffer was not large enough to hold the data resulting from the operation. The lpcbBytesReturned parameter points to the size required for the output buffer.System error code
The operation failed. The value of lpcbBytesReturned is unreliable.
Requirements
Minimum supported client |
None supported [desktop apps only] |
Minimum supported server |
Windows Server 2008 Datacenter, Windows Server 2008 Enterprise [desktop apps only] |
Header |
ClusApi.h |
See also
External Resource Control Codes
Send comments about this topic to Microsoft
Build date: 10/2/2012