NCS_ClusterIPAddress

Returns the four-byte Cluster IP address.

Platform:Only on NetWare® 6 (Cluster 1.6 and later versions).

Syntax

 #include <ncssdk.h> 
  
 NCS_RETURN NCS_ClusterIPAddress  
 (
    NCS_HANDLE   Handle,
    UINT32       *IPAddress);
 

Parameters

Handle

(OUT) Returns the handle supplied by NCS.

IPAddress

(OUT) Points to the cluster IP address.

Return Values

Name

Description

SUCCESS

NCS_SUCCESS.

FAILURE

See NDS Error Codes.

NCS_BAD_PARAMETER

See NDS Error Codes.

NCS_NOT_SUPPORTED

Message returned when NCS_ClusterIPAddress is called in a cluster running on a platform version less than NetWare 6.