Microsoft DirectX 9.0 |
Constructor method.
Syntax
CMsgThread(void);
Return Value
No return value.
Remarks
Constructing a message thread object does not automatically create the thread. You must call the CMsgThread::CreateThread member function to create the thread.
See Also