Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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, |