Platform SDK: Active Directory, ADSI, and Directory Services

EDB_RSTMAP

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

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.

See Also

Directory Backup Structures, DsRestoreRegister