Structure representing a timer ID.
More...
#include <SWnd.h>
Structure representing a timer ID.
Definition at line 136 of file SWnd.h.
◆ STimerID() [1/2]
STimerID::STimerID |
( |
SWND | swnd_, |
|
|
char | timeId ) |
|
inline |
Constructor.
- Parameters
-
swnd_ | Window handle. |
timeId | Timer ID. |
Definition at line 147 of file SWnd.h.
◆ STimerID() [2/2]
STimerID::STimerID |
( |
DWORD | dwID | ) |
|
|
inline |
Constructor.
- Parameters
-
Definition at line 159 of file SWnd.h.
◆ operator DWORD &()
STimerID::operator DWORD & |
( |
| ) |
const |
|
inline |
Conversion operator to DWORD.
- Returns
- Combined timer ID as DWORD.
Definition at line 168 of file SWnd.h.
◆ bSwndTimer
DWORD STimerID::bSwndTimer |
Flag indicating if it's a SWND timer
Definition at line 140 of file SWnd.h.
◆ swnd
Window handle
Definition at line 138 of file SWnd.h.
◆ uTimerID
Timer ID
Definition at line 139 of file SWnd.h.
The documentation for this class was generated from the following file: