pszSrcDbName |
Name of database to be copied. May be full path name or partial path name. |
pszSrcDataDir |
Name of directory where data files for the database are located. If NULL, data files are assumed to be in the same directory as the main database file - pszSrcDbName. |
pszSrcRflDir |
Name of the directory where RFL files are located. If NULL, RFL files are assumed to be in the same directory as the main database file - pszSrcDbName. |
pszDestDbName |
Name of destination database. May be full path name or partial path name. |
pszDestDataDir |
Name of desitnation directory where data files for the new database are to be copied. If NULL, destination data files will be copied to the same directory as the main destination database file - pszDestDbName. |
pszDestRflDir |
Name of desitnation directory where RFL files for the new database are to be copied. If NULL, destination RFL files will be copied to the same directory as the main destination database file - pszDestDbName. |
fnStatusCallback |
Callback function called by FlmDbCopy() to show copy progress. See documentation on eStatusType::FLM_DB_COPY_STATUS for information on the data that FlmDbCopy() will pass to the callback function. |
pvAppData |
Pointer to application data that will be passed to the callback function whenever it is called. |