NWGetRequesterVersion(3nw)


NWGetRequesterVersion -- returns the major version, minor version, and revision number of the OS requester or shell

Synopsis

   #include <nwmisc.h> 
   or 
   #include <nwcalls.h> 
   

NWCCODE N_API NWGetRequesterVersion (pnuint8 majorVer, pnuint8 minorVer, pnuint8 revision);

Description

The parameters are as follows:

majorVer
(OUT) Points to the requester's or shell's major version number.

minorVer
(OUT) Points to the requester's or shell's minor version number.

revision
(OUT) Points to the requester's or shell's revision number.

Return values

0x0000
SUCCESSFUL

Notices

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

Services

Miscellaneous

NCP calls

None
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.