Share via


CAMThread::GetRequest (Compact 2013)

3/26/2014

Blocks until the next request is made.

Syntax

DWORD GetRequest( );

Parameters

None.

Return Value

Returns a value that is defined by the derived class.

Remarks

This member function blocks the requesting thread until the CAMThread::Reply function is called.

Requirements

Header

dshow.h,
Streams.h

Library

ole32.lib,
Ole32auth.lib,
Strmbase.lib,
Strmiids.lib,
uuid.lib

See Also

Reference

CAMThread Class