COutputQueue::Reset
Resets the deferred return code m_hr to ready the output queue for more data.
void Reset( );
Return Values
No return value.
Remarks
The sticky return code m_hr is set to S_OK if data is queued; otherwise, this function queues the sample and notifies the thread. (A sticky return code is one that persists even after operations that would normally change its value.)
Last updated on Tuesday, July 13, 2004
© 1992-2000 Microsoft Corporation. All rights reserved.