[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
GetVersion()-> <aVersion>
------------------------------------------------------------------------------
RETURNS:
<aVersion> is a clipper array with four elements
DESCRIPTION:
The GetVersion function retrieves the current version numbers of Windows
and MS-DOS like following:
aVersion[1] Windows Version ( 3 )
aVersion[2] Windows minor ( revision ) number ( 11 )
aVersion[3] Dos Version ( 6 )
aVersion[4] Dos minor ( revision ) number ( 2 )
SOURCE:
SOURCE\WINAPI\WINEXEC.C
See Also:
GetModuleFilename
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson