CQueue::PutQueueObject
Puts an object into the queue.
void PutQueueObject(
T object );
Parameters
- object
Template object to be inserted into the queue.
Return Values
No return value.
Remarks
This member function blocks if there is no open slot into which to put the object. It releases any blocking CQueue::GetQueueObject member function that is waiting for an object to retrieve.
Last updated on Tuesday, July 13, 2004
© 1992-2000 Microsoft Corporation. All rights reserved.