This document is archived and information here might be outdated. Recommended version. |
An obsolete method.
[Visual Basic .NET]
Public Sub StartTimer ( _
ByVal hWnd As Integer, _
ByVal Milliseconds As Integer _
)
[C#]
public void StartTimer (
int hWnd,
int Milliseconds
);
[C++]
HRESULT StartTimer(
long hWnd,
long Milliseconds
);
[C++] Parameters hWnd [in]
hWnd is a parameter of type long Milliseconds [in]
Milliseconds is a parameter of type long
Do not use this method as it is obsolete.