Jump to content

DosGetTimes: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
Ak120 (talk | contribs)
mNo edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
Return the time value that has been set by DOSSETMNLOCKTIME. This can be called by any code.
Return the time value that has been set by [[DosSetMNLockTime]]. This can be called by any code.


==Syntax==
==Syntax==
Line 5: Line 5:


==Parameters==
==Parameters==
; time : 16:16 pointer to the time value (short)
;time : 16:16 pointer to the time value (short)


==Return Code==
==Return Code==
APIRET16 Pascal far


[[Category:Dos]]
[[Category:Dos]]

Latest revision as of 14:24, 26 July 2018

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