Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
IDownload Class Referenceabstract

#include <Download.h>

Inherited by DownloadManager, and DownloadManager.

Public Member Functions

virtual HRESULT OnError (int error)=0
 
virtual HRESULT OnEnd ()=0
 
virtual HRESULT OnQueryResume ()=0
 
virtual HRESULT OnProgressUpdate (int bytesread, int totalsize, int timetaken, int timeleft)=0
 
virtual HRESULT OnStatusUpdate (int status)=0
 

Detailed Description

Definition at line 31 of file Download.h.

Member Function Documentation

◆ OnEnd()

virtual HRESULT IDownload::OnEnd ( )
pure virtual

◆ OnError()

virtual HRESULT IDownload::OnError ( int error)
pure virtual

Implemented in DownloadManager, and DownloadManagerMunkee.

◆ OnProgressUpdate()

virtual HRESULT IDownload::OnProgressUpdate ( int bytesread,
int totalsize,
int timetaken,
int timeleft )
pure virtual

Implemented in DownloadManager, and DownloadManagerMunkee.

◆ OnQueryResume()

virtual HRESULT IDownload::OnQueryResume ( )
pure virtual

Implemented in DownloadManager, and DownloadManager.

◆ OnStatusUpdate()

virtual HRESULT IDownload::OnStatusUpdate ( int status)
pure virtual

Implemented in DownloadManager, and DownloadManagerMunkee.


The documentation for this class was generated from the following file: