WinGetCurrentTime: Difference between revisions
Appearance
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== | |||
;hab ([[HAB]]): Anchor-block handle | ;hab ([[HAB]]): Anchor-block handle | ||
==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
- WinQueryMsgTime
- WinStartTimer
- WinStopTimer