Share via


CAMThread::Reply

 
Microsoft DirectShow 9.0

CAMThread::Reply

The Reply method replies to a request.

Syntax

  void Reply(
    DWORD dw
);

Parameters

dw

Value to return in the CAMThread::CallWorker method.

Remarks

The CallWorker method blocks until this method is called. The dw parameter supplies the return value for CallWorker. Call this method in your thread procedure after you retrieve a request, 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