Previous: Win32MinorVersion function To the Table of Content Next: Write procedure

- 4.62.2.97 -
Standard Units
System Unit
System Unit Procedures and Functions

Win32Platform function

Targets: Win32 only


System Unit

This function returns the Win32 platform identifier.

Declaration:
 function Win32Platform: Longint;
Remarks:
Ch is of char type.

Win32Platform returns the type of Win32 platform the system is running, which is one of the following:

ValueDescription
VER_PLATFORM_WIN32SSystem is Win32s.
VER_PLATFORM_WIN32_WINDOWSSystem is Windows 9x (95, 98, Me).
VER_PLATFORM_WIN32_NTSystem is Windows NT (Windows 2000).



Previous: Win32MinorVersion function To the Table of Content Next: Write procedure
Win32MinorVersion function Table of Content Write procedure

- 4.62.2.97 -