Share via


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,
Streams.h

Library

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

See Also

Reference

CQueue Class