Microsoft DirectX 9.0

CQueue::CQueue

Constructor method.

Syntax

CQueue(
    int n
);

CQueue(void);

Parameters

n

Size of the queue to create.

Remarks

If created with no parameters, the size of the queue is set to DEFAULT_QUEUESIZE.

See Also