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..."
 
No edit summary
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

Revision as of 05:08, 20 May 2018

Returns the current time.

Syntax

WinGetCurrentTime (hab)

Parameter

hab (HAB)
Anchor-block handle

Returns

ulTime (ULONG)
System timer count
milliseconds from IPL

Related Functions