Jump to content

WinGetCurrentTime: Difference between revisions

From EDM2
Ak120 (talk | contribs)
Created page with "Returns the current time. ==Syntax== WinGetCurrentTime (hab) ===Parameter=== ;hab (HAB): Anchor-block handle ===Returns=== ;ulTime (ULONG): System timer count :mil..."
 
 
(One intermediate revision by the same user not shown)
Line 4: Line 4:
  WinGetCurrentTime (hab)
  WinGetCurrentTime (hab)


===Parameter===
==Parameter==
;hab ([[HAB]]): Anchor-block handle
;hab ([[HAB]]): Anchor-block handle


===Returns===
==Returns==
;ulTime ([[ULONG]]): System timer count
;ulTime ([[ULONG]]): System timer count
:milliseconds from IPL
:milliseconds from IPL


==Related Functions==
==Related Functions==
*WinQueryMsgTime
*[[WinQueryMsgTime]]
*[[WinStartTimer]]
*[[WinStartTimer]]
*[[WinStopTimer]]
*[[WinStopTimer]]


[[Category:Win]]
[[Category:Win]]

Latest revision as of 18:18, 14 May 2025

Returns the current time.

Syntax

WinGetCurrentTime (hab)

Parameter

hab (HAB)
Anchor-block handle

Returns

ulTime (ULONG)
System timer count
milliseconds from IPL

Related Functions