Jump to content

DosGetTimes

From EDM2
Revision as of 14:24, 26 July 2018 by Ak120 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

APIRET16 Pascal far