Microsoft DirectX 9.0

CQueue::PutQueueObject

Puts an item onto the queue.

Syntax

void PutQueueObject(
    T object
);

Parameters

object

Object of type T (the template type).

Remarks

This method blocks until there is space in the queue for the item.

See Also