Previous: 4.67.2.96. Win32MinorVersion function To the Table of Contents Next: 4.67.2.98. Write procedure
4.67.2.96. Win32MinorVersion function Table of Contents 4.67.2.98. Write procedure

- 4.67.2.97. -
Table of Contents
4. Standard Units
4.67. System - Built-in routines
4.67.2. System Unit Procedures and Functions
4.67.2.97. Win32Platform function


4.67.2.97. 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: 4.67.2.96. Win32MinorVersion function To the Table of Contents Next: 4.67.2.98. Write procedure
4.67.2.96. Win32MinorVersion function Table of Contents 4.67.2.98. Write procedure

- 4.67.2.97. -