Git for Windows Git-1.6.5.1-preview20100112-with-cheetah
[msysgit.git] / mingw / include / dsadmin.h
blobe2eb1ce147f3f37b7f807eb7e47e7c0a6f4a4bf2
1 /*
2 * dsadmin.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.
15 #ifndef _DSADMIN_H
16 #define _DSADMIN_H
17 #if __GNUC__ >= 3
18 #pragma GCC system_header
19 #endif
21 #ifdef __cplusplus
22 extern "C" {
23 #endif
25 /*--- Active Directory Reference - Active Directory Structures - Active Directory Admin Structures */
26 #if (_WIN32_WINNT >= 0x0500)
27 typedef struct {
28 DWORD dwSize;
29 HICON hObjClassIcon;
30 LPWSTR lpszWizTitle;
31 LPWSTR lpszContDisplayName;
32 } DSA_NEWOBJ_DISPINFO,*LPDSA_NEWOBJ_DISPINFO;
33 #endif /* (_WIN32_WINNT >= 0x0500) */
35 #ifdef __cplusplus
37 #endif
38 #endif