Interface for a user defined backup progress function.  
 More...
#include <wxsqlite3.h>
Interface for a user defined backup progress function. 
  
  | 
        
          | wxSQLite3BackupProgress::wxSQLite3BackupProgress | ( |  | ) |  |  | inline | 
 
 
  
  | 
        
          | virtual wxSQLite3BackupProgress::~wxSQLite3BackupProgress | ( |  | ) |  |  | inlinevirtual | 
 
 
  
  | 
        
          | virtual bool wxSQLite3BackupProgress::Progress | ( | int | WXUNUSEDtotalPages, |  
          |  |  | int | WXUNUSEDremainingPages |  
          |  | ) |  |  |  | inlinevirtual | 
 
Execute the backup progress callback. 
This method allows an application to display information about the progress of a backup operation to the user. 
- Parameters
- 
  
    | totalPages | total number of pages to copy |  | remainingPages | number of pages remaining to be copied |  
 
- Returns
- TRUE if backup should continue, FALSE otherwise 
 
 
The documentation for this class was generated from the following file: