Microsoft DirectX 9.0 |
The GetRequest method waits for the next request.
Syntax
DWORD GetRequest(void);
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.
See Also