DosGetTimes: Difference between revisions
Appearance
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..." |
mNo edit summary |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
[[ | 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== | ==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: |
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