NWGetNWLOCALEVersion

Returns the library version

NetWare Server:4.x, 5.x, 6.x
Platform:NLM, Windows NT, Windows 95, Windows 98
Library:Cross-Platform Localization (LOC*.*)
Service:Internationalization

Syntax

  #include <time.h> or #define NWL_EXCLUDE_TIME 
  #include <stdio.h> or #define NWL_EXCLUDE_FILE 
  #include <nwlocale.h> 
   
  void N_API NWGetNWLOCALEVersion  ( 
     pnuint8   majorVersion,  
     pnuint8   minorVersion,  
     pnuint8   revisionLevel,  
     pnuint8   betaReleaseLevel); 
  
  

Pascal Syntax

  uses netwin32 
   
  Function NWGetNWLOCALEVersion 
    (majorVersion     : pnuint8; 
     minorVersion     : pnuint8; 
     revisionLevel    : pnuint8; 
     betaReleaseLevel : pnuint8 
  ); 
  
  

Parameters

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.