コード例 #1
0
 static public int sqlite3_backup_step(sqlite3_backup backup, int nPage)
 {
     return(_imp.sqlite3_backup_step(backup.ptr, nPage));
 }