soui 5.0.0.1
Soui5 Doc
 
Loading...
Searching...
No Matches
STimerID Class Reference

Structure representing a timer ID. More...

#include <SWnd.h>

Public Member Functions

 STimerID (SWND swnd_, char timeId)
 Constructor.
 
 STimerID (DWORD dwID)
 Constructor.
 
 operator DWORD & () const
 Conversion operator to DWORD.
 

Public Attributes

DWORD swnd: 24
 
DWORD uTimerID: 7
 
DWORD bSwndTimer: 1
 

Detailed Description

Structure representing a timer ID.

Definition at line 136 of file SWnd.h.

Constructor & Destructor Documentation

◆ STimerID() [1/2]

STimerID::STimerID ( SWND swnd_,
char timeId )
inline

Constructor.

Parameters
swnd_Window handle.
timeIdTimer ID.

Definition at line 147 of file SWnd.h.

◆ STimerID() [2/2]

STimerID::STimerID ( DWORD dwID)
inline

Constructor.

Parameters
dwIDCombined timer ID.

Definition at line 159 of file SWnd.h.

Member Function Documentation

◆ 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.

Member Data Documentation

◆ bSwndTimer

DWORD STimerID::bSwndTimer

Flag indicating if it's a SWND timer

Definition at line 140 of file SWnd.h.

◆ swnd

DWORD STimerID::swnd

Window handle

Definition at line 138 of file SWnd.h.

◆ uTimerID

DWORD STimerID::uTimerID

Timer ID

Definition at line 139 of file SWnd.h.


The documentation for this class was generated from the following file: