Microsoft DirectX 9.0 |
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