GetTimerInterval method


Available for Window, MDIWindow and DialogBox objects.

Prototype

GetTimerInterval Proto hWnd:HWND

Syntax

Invoke GetTimerInterval, hWnd

Function

Gets the TimerInterval property for an object.

Parameters

hWnd

Handle to the object.

Return value

Eax returns the current timer interval, in milliseconds, for the object.

REMARKS: A value of 0 means that no timer is running.