Jump to content

DosGetTimes: Difference between revisions

From EDM2
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..."
 
Ak120 (talk | contribs)
(No difference)

Revision as of 18:32, 12 January 2017

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