WM_TIMER top-level constant

int const WM_TIMER

Posted to the installing thread's message queue when a timer expires. The message is posted by the GetMessage or PeekMessage function.

Implementation

const WM_TIMER = 0x0113;