The environment env
The integer RTN
RTN=GetEnvironment (env)
IF RTN & lt; & gt; 1 THEN RETURN
Debugbreak ()
//CHOOSE CASE env. OSType
//
//CASE aix!
//
//...
//
//CASE Windows! , WindowsNT!
//
//...
//
//CASE ELSE
//
//RETURN
//
//END CHOOSE
CodePudding user response:
How to display win2000 xp win203 versions of Windows 7?
I use GetEnvironment (env)
Tried it on xp and Windows 7 are WindowsNT!
Is there any way to distinguish? Thank you
CodePudding user response:
The environment object has these properties:
OSFixesRevision
OSMajorRevision
OSMinorRevision
Check the F1
CodePudding user response:
Is there any way to distinguish
CodePudding user response:
The