Directory Services

EDB_RSTMAP

The EDB_RSTMAP structure contains data about the old and new database names, including the new location.

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

Members

szDatabaseName
The null-terminated string that contains the name of the database when it was backed up.
szNewDatabaseName
The null-terminated string that contains the new name of the database, including its new location, when applicable.

Requirements

Client: Included in Windows XP and Windows 2000 Professional.
Server: Included in Windows Server 2003 and Windows 2000 Server.
Unicode: Declared as Unicode and ANSI structures.
Header: Declared in Ntdsbcli.h.

See Also

Directory Backup Structures, DsRestoreRegister