![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
#include <cStreamProgress.h>
Public Member Functions | |
virtual | ~ IStreamProgressCallback () |
virtual HRESULT _stdcall | onProgressCallback (const cStreamProgress &progress) |
Abstract Base class. Get call backs indicating the overall progress of some action. Similar to .NET System.IProgress<T> This can be used as ICancellable with cThreadState. The caller may decide to cancel the function via the onProgressCallback return.
|
inlinevirtual |
|
inlinevirtual |
Some synchronous process is notifying us how far it has gone.
Reimplemented in GrayLib::cSyncDir.