The EDB_RSTMAP structure contains information on the old and new database names, including the new location.
Header file: | EDBBCLI.H |
typedef struct
{
LPTSTR szDatabaseName;
LPTSTR szNewDatabaseName;
} EDB_RSTMAP, * PEDB_RSTMAP;
For an example of how to use this structure, see the RESTTEST.CPP code sample under the BACKTEST topic.