High Precision Counter support.

Namespace: ExpSuite
Assembly: FrameWork (in FrameWork.exe) Version: 1.0.0.0

Syntax

Visual Basic
Public Shared Function WaitHP ( _
	ByRef curStart As Long, _
	lDelay As Integer _
) As Boolean

Parameters

curStart
Type: System..::..Int64%
Old value of HP counter, WaitHP updates curStart to the new.
lDelay
Type: System..::..Int32
Optional delay in ms. If not given, WaitHP returns immediatly updating curStart only.

Return Value

Boolean. Canceled or not.

Remarks

WaitHP returns with the current value of the High Precision (HP) counter of Windows and/or waits a given delay lDelay.
Cancel button on the main window or HUI/Keyboard cancel the waiting.

See Also