DosGetTimes: Difference between revisions
Appearance
m Ak120 moved page OS2 API:CPI:LEGACY:DosGetTimes to DosGetTimes |
mNo edit summary |
||
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== | ||
[[Category:Dos]] | |||
[[Category: |
Revision as of 16:02, 18 February 2017
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)