Directory Services |
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;
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.