Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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 |
|
| Unicode and ANSI names |
EDB_RSTMAPW (Unicode) and EDB_RSTMAPA (ANSI) |