CAMThread::GetRequest
Microsoft DirectShow 9.0 |
CAMThread::GetRequest
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.
Requirements
** Header:** Declared in Wxutil.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also