Jump to content

DosGetTimes

From EDM2
Revision as of 18:32, 12 January 2017 by Ak120 (talk | contribs) (Ak120 moved page OS2 API:CPI:LEGACY:DosGetTimes to DosGetTimes)

Description

Return the time value that has been set by DOSSETMNLOCKTIME. This can be called by any code.

Syntax

APIRET16 Pascal far DOSGETTIMES(USHORT* time)

Parameters

time
16:16 pointer to the time value (short)

Return Code

Remarks

Example Code


Related Functions