NWGetRequesterVersion

Returns the major version, minor version, and revision number of the OS requester or shell

NetWare Server:3.11, 3.12, 3.2, 4.x, 5.x, 6.x
Platform:Windows NT, Windows 95, Windows 98
Library:Cross-Platform NetWare Calls (CAL*.*)
Service:Client Management

Syntax

   #include <nwmisc.h> 
   or 
   #include <nwcalls.h> 
    
   NWCCODE N_API  NWGetRequesterVersion  ( 
      pnuint8   majorVer,  
      pnuint8   minorVer,  
      pnuint8   revision); 
   
   

Pascal Syntax

   uses calwin32 
    
   Function NWGetRequesterVersion 
     (majorVer : pnuint8; 
      minorVer : pnuint8; 
      revision : pnuint8 
   ) : NWCCODE; stdcall:
   
   

Parameters

majorVer
(OUT) Points to the major version number of the requester or shell.
minorVer
(OUT) Points to the minor version number of the requester or shell.
revision
(OUT) Points to the revision number of the requester or shell.

Return Values

These are common return values; see Return Values (Return Values for C) for more information.

0x0000

SUCCESSFUL

Remarks

If VLM.EXE is running, NWGetRequesterVersion returns the version of VLM.EXE, even if NETX.VLM is running.