SERVER_AND_VCONSOLE_INFO
typedef struct
{
nuint32 currentServerTime ;
nuint8 vconsoleVersion ;
nuint8 vconsoleRevision ;
} SERVER_AND_VCONSOLE_INFO;
uses calwin32
SERVER_AND_VCONSOLE_INFO = packed Record
currentServerTime : nuint32;
vconsoleVersion : nuint8;
vconsoleRevision : nuint8
End;
NOTE:The tick count is derived from the original PC NTSC crystal frequency of 14.317180 MHz divided by 12 which is about 1.193MHz. The PC’s 8253/8254 PIT further divides this clock by 65536 to generate an interrupt 18.207 times a second which approximates to one interrupt every 54.925 mS.