CAMThread.GetRequest method
The GetRequest
method waits for the next request.
Syntax
DWORD GetRequest();
Parameters
This method has no parameters.
Return value
Returns a value that is defined by the derived class.
Remarks
This method blocks until another thread calls the CAMThread::CallWorker method. Then it returns the parameter that was passed to CallWorker. Call the CAMThread::Reply method to release the requesting thread.
Requirements
Header |
|
Library |
|