CWinThread Members
Base Class Members
Data Members
Specifies whether to destroy the object at thread termination. |
|
Handle to the current thread. |
|
ID of the current thread. |
|
Pointer to the main window of the container application when an OLE server is in-place active. |
|
Holds a pointer to the application's main window. |
Construction
Starts execution of a CWinThread object. |
|
Constructs a CWinThread object. |
Operations
Retrieves a pointer to the main window for the thread. |
|
Gets the priority of the current thread. |
|
Posts a message to another CWinThread object. |
|
Decrements a thread's suspend count. |
|
Sets the priority of the current thread. |
|
Increments a thread's suspend count. |
Overridables
Override to clean up when your thread terminates. |
|
Override to perform thread instance initialization. |
|
Checks for special messages. |
|
Override to perform thread-specific idle-time processing. |
|
Filters messages before they are dispatched to the Windows functions TranslateMessage and DispatchMessage. |
|
Intercepts certain messages before they reach the application. |
|
Intercepts all unhandled exceptions thrown by the thread's message and command handlers. |
|
Contains the thread's message loop. |
|
Controlling function for threads with a message pump. Override to customize the default message loop. |
Operators
Retrieves the handle of the CWinThread object. |