CQueue::GetQueueObject
Retrieves an object from the queue.
T GetQueueObject( );
Return Values
Returns an object of type T (template).
Remarks
This member function blocks until an object is available on the queue. It uses a CCritSec object for security.
Last updated on Tuesday, July 13, 2004
© 1992-2000 Microsoft Corporation. All rights reserved.