NWCCVersion
Defines the NetWare server version of the connection
typedef struct
nuint major ;
nuint minor ;
nuint revision ;
} NWCCVersion;
Defined in nwclxcon.inc
NWCCVersion = packed Record
major : nuint;
minor : nuint;
revision : nuint
End;