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..." |
|||
(One intermediate revision by the same user not shown) | |||
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 | ||
==Related Functions== | ==Related Functions== | ||
*WinQueryMsgTime | *[[WinQueryMsgTime]] | ||
*[[WinStartTimer]] | *[[WinStartTimer]] | ||
*[[WinStopTimer]] | *[[WinStopTimer]] | ||
[[Category:Win]] | [[Category:Win]] |