EDB_RSTMAP

The EDB_RSTMAP structure contains information on the old and new database names, including the new location.

Quick Info

Header file: EDBBCLI.H

typedef struct
{
  LPTSTR  szDatabaseName;
  LPTSTR  szNewDatabaseName;
}  EDB_RSTMAP, * PEDB_RSTMAP;
 

Members

szDatabaseName
The name of the database when it was backed up.
szNewDatabaseName
The new name of the database, including its new location, when applicable.

Remarks

For an example of how to use this structure, see the RESTTEST.CPP code sample under the BACKTEST topic.

See Also

HrRestoreRegister