NCS_Revision

Returns the Novell Cluster Services revision number.

Syntax

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

Parameters

Handle

(IN) Specifies the NCS version number.

Revision

(OUT) Points to the revision number as indicated by one of the following values:

Value

Description

200

Indicates Novell Cluster Services version 5.1.

260

Indicates Novell Cluster Services NetWare 6 version.

261

Indicates Novell Cluster Services NetWare 6 SP1 version.

Return Values

Name

Description

SUCCESS

NCS_SUCCESS.

NCS_BAD_PARAMETER

See NDS Error Codes.