NWGetNWLOCALEVersion(3nw)
NWGetNWLOCALEVersion --
returns the library version
Synopsis
#include <time.h> or #define NWL_EXCLUDE_TIME
#include <stdio.h> or #define NWL_EXCLUDE_FILE
#include <nwlocale.h>
void NWAPI NWGetNWLOCALEVersion
(unsigned char NWFAR majorVersion,
unsigned char NWFAR minorVersion,
unsigned char NWFAR revisionLevel,
unsigned char NWFAR betaReleaseLevel);
Description
The parameters are as follows:
- majorVersion
-
(OUT) Points to an ASCII string containing the NWLocale major version.
- minorVersion
-
(OUT) Points to an ASCII string containing the NWLocale minor version.
- revisionLevel
-
(OUT) Points to the revision level.
- betaReleaseLevel
-
(OUT) Points to the beta level.
Return values
None
Services
Internationalization
NCP calls
None
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.