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. |
Makes a request to the worker thread and blocks for a response.
DWORD CallWorker( DWORD dw );
Parameters
Return Values
Returns a value that is defined by the derived class.
Remarks
This member function uses a CCritSecobject to ensure that only one request is made at a time. It is therefore not valid to call the CAMThread::CallWorkermember function from the thread itself or from any member function that is executing in the context of the thread.