Jump to content

DosGetTimes: Difference between revisions

From EDM2
Ak120 (talk | contribs)
Ak120 (talk | contribs)
mNo edit summary
Line 1: Line 1:
[[image:legacy.png]]
Return the time value that has been set by DOSSETMNLOCKTIME. This can be called by any code.


==Description==
==Syntax==
Return the time value that has been set by DOSSETMNLOCKTIME. This can be called by any code.
APIRET16 Pascal far DOSGETTIMES(USHORT* time)


==Syntax==
<PRE>
APIRET16 Pascal far DOSGETTIMES(USHORT* time)
</PRE>
==Parameters==
==Parameters==
; time : 16:16 pointer to the time value (short)  
; time : 16:16 pointer to the time value (short)


==Return Code==
==Return Code==


==Remarks==
[[Category:Dos]]
 
 
==Example Code==
 
<PRE>
 
</PRE>
 
==Related Functions==
*
 
 
[[Category:The OS/2 API Project]]

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)

Return Code