CQueue::CQueue (Compact 2013)
3/26/2014
Constructs a CQueue object.
Syntax
CQueue(
int n
);
CQueue( );
Parameters
- n
Size of the queue to create.
Return Value
None.
Remarks
If constructed with no parameters, the size of the queue is set to DEFAULT_QUEUESIZE.
Requirements
Header |
dshow.h, |
Library |
ole32.lib, |