| Overridables |
| ExitInstance |
Override to clean up when your thread terminates. |
| InitInstance |
Override to perform thread instance initialization. |
| OnIdle |
Override to perform thread-specific idle-time processing. |
| PreTranslateMessage |
Filters messages before they are dispatched to the Windows functions TranslateMessage and DispatchMessage. |
| IsIdleMessage |
Checks for special messages. |
| ProcessWndProcException |
Intercepts all unhandled exceptions thrown by the thread's message and command handlers. |
| ProcessMessageFilter |
Intercepts certain messages before they reach the application. |
| Run |
Controlling function for threads with a message pump. Override to customize the default message loop. |