Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
Constructs a CMsgobject.
CMsg( UINT u, DWORD dw, LPVOID lp, C AMEvent *pEvent );
Parameters
Return Values
No return value.
Remarks
This member function contains a request for a CMsgThreadworker thread to act on. All the parameters are passed to the worker thread function as parameters when this message gets processed. The meanings of the parameters are defined by the client function that calls the worker thread and the derived class that supplies the worker thread's execution function.