[This is preliminary documentation and subject to change.]
The ExportNtmsDatabase function creates a consistent set of database files in the RSM database directory, %SystemRoot%\System32\NtmsData\Export.
DWORD WINAPI ExportNtmsDatabase(
HANDLE hSession
);
The ExportNtmsDatabase function is used by backup applications to create a copy of the RSM database. The existing files in the %SystemRoot%\System32\NtmsData\Export directory are overwritten by this function.
Windows NT: Requires version 5.0 or later.
Windows: Unsupported.
Windows CE: Unsupported.
Header: Declared in ntmsapi.h.
Import Library: Use ntmsapi.lib.
Database Backup and Recovery Functions, ImportNtmsDatabase