EDB_RSTMAP structure

The EDB_RSTMAP structure is used with the DsRestoreRegister function to map a backed up database to a new database.

Syntax

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

Members

szDatabaseName

Pointer to a null-terminated string that contains the name of the database when it was backed up.

szNewDatabaseName

Pointer to a null-terminated string that contains the new name of the database, including its new location, when applicable.

Requirements

Requirement Value
Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Header
Ntdsbcli.h
Unicode and ANSI names
EDB_RSTMAPW (Unicode) and EDB_RSTMAPA (ANSI)

See also

DsRestoreRegister

Directory Backup Structures