_osversion

De RAD Studio
Aller à : navigation, rechercher

Remonter à Dos.h - Index


Header File

dos.h

Syntax

extern unsigned _osversion;

Description

_osversion contains the operating system version number, with the major version number in the low byte and the minor version number in the high byte. (For DOS version x.y, the x is the major version number, and y is the minor version number.)

_osversion is functionally identical to _version.