|
ReactOS 0.4.17-dev-573-g8315b8c
|


Public Member Functions | |
| HRESULT | SetUserEventTimer (HWND hWnd, UINT uCallbackMsg, UINT uTimerElapse, IUserEventTimerCallback *pUserEventTimerCallback, ULONG *puUserEventTimerID) |
| HRESULT | KillUserEventTimer (HWND hWnd, ULONG uUserEventTimerID) |
| HRESULT | GetUserEventTimerElapsed (HWND hWnd, ULONG uUserEventTimerID, UINT *puTimerElapsed) |
| HRESULT | InitTimerTickInterval (UINT uTimerTickIntervalMs) |
Public Member Functions inherited from IUserEventTimerCallback | |
| HRESULT | UserEventTimerProc (ULONG uUserEventTimerID, UINT uTimerElapse) |
Public Member Functions inherited from IUnknown | |
| HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
| ULONG | AddRef () |
| ULONG | Release () |
Additional Inherited Members | |
Public Types inherited from IUnknown | |
| typedef IUnknown * | LPUNKNOWN |
Definition at line 4986 of file shobjidl.idl.
| HRESULT IUserEventTimer::GetUserEventTimerElapsed | ( | HWND | hWnd, |
| ULONG | uUserEventTimerID, | ||
| UINT * | puTimerElapsed | ||
| ) |
Implemented in CUserEventTimer.
Implemented in CUserEventTimer.
Implemented in CUserEventTimer.
| HRESULT IUserEventTimer::SetUserEventTimer | ( | HWND | hWnd, |
| UINT | uCallbackMsg, | ||
| UINT | uTimerElapse, | ||
| IUserEventTimerCallback * | pUserEventTimerCallback, | ||
| ULONG * | puUserEventTimerID | ||
| ) |
Implemented in CUserEventTimer.