2 * ntdsbcli.h - Active Directory
4 * THIS SOFTWARE IS NOT COPYRIGHTED
6 * This source code is offered for use in the public domain. You may use,
7 * modify or distribute it freely.
9 * This code is distributed in the hope that it will be useful but
10 * WITHOUT ANY WARRANTY. ALL WARRANTIES, EXPRESS OR IMPLIED ARE HEREBY
11 * DISCLAIMED. This includes but is not limited to warranties of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
18 #pragma GCC system_header
25 /*--- Active Directory Reference - Active Directory Structures - Directory Backup Structures */
26 #if (_WIN32_WINNT >= 0x0500)
29 LPSTR szNewDatabaseName
;
30 } EDB_RSTMAPA
,*PEDB_RSTMAPA
;
32 LPWSTR szDatabaseName
;
33 LPWSTR szNewDatabaseName
;
34 } EDB_RSTMAPW
,*PEDB_RSTMAPW
;
36 typedef EDB_RSTMAPW EDB_RSTMAP
,*PEDB_RSTMAP
;
38 typedef EDB_RSTMAPA EDB_RSTMAP
,*PEDB_RSTMAP
;
40 #endif /* (_WIN32_WINNT >= 0x0500) */