- 4.67.2.94. -
Table of Contents
4. Standard Units
4.67. System - Built-in routines
4.67.2. System Unit Procedures and Functions
4.67.2.94. Win32BuildNumber function
4.67.2.94. Win32BuildNumber function
Targets: Win32 only
System Unit
Win32BuildNumber function returns the Win32 build number.
Declaration:
function Win32BuildNumber: Longint;
Remarks:
Windows NT returns the build number of the operating system.
Windows 9x returns the build number of the operating system in the low-order
word. The high-order word contains the major and minor version numbers.
- 4.67.2.94. -