Microsoft DirectX 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.

See Also