Jump to content

DosGetTimes

From EDM2
Revision as of 15:49, 25 September 2016 by Martini (talk | contribs) (Created page with "image:legacy.png ==Description== Return the time value that has been set by DOSSETMNLOCKTIME. This can be called by any code. ==Syntax== <PRE> APIRET16 Pascal far DOSGE...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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