Microsoft Windows CE 3.0  

IAsyncReader::EndFlush

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.

Completes the flushing operation.

HRESULT EndFlush( );

Return Values

Returns S_OK if successful, S_FALSE otherwise.

Remarks

Between IAsyncReader::BeginFlushand IAsyncReader::EndFlushcalls, IAsyncReader::Requestcalls will fail and IAsyncReader::WaitForNextcalls will always complete immediately. This method is called so the source thread can wait in the IAsyncReader::WaitForNextmethod again.