Microsoft Windows CE 3.0  

COutputQueue::Reset

Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Resets the deferred return code m_hrto ready the output queue for more data.

void Reset( );

Return Values

No return value.

Remarks

The sticky return code m_hris 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.)