CQueue::GetQueueObject (Compact 2013)
3/26/2014
Retrieves an object from the queue.
Syntax
T GetQueueObject( );
Parameters
None.
Return Value
Returns an object of type T (template).
Remarks
This member function blocks until an object is available on the queue. It uses a CCritSec object for security.
Requirements
Header |
dshow.h, |
Library |
ole32.lib, |