2 * dsquery.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 - Active Directory Display Structures */
26 #if (_WIN32_WINNT >= 0x0500)
34 } DSCOLUMN
,*LPDSCOLUMN
;
35 #define DSCOLUMNPROP_ADSPATH -1
36 #define DSCOLUMNPROP_OBJECTCLASS -2
41 } DSQUERYCLASSLIST
,*LPDSQUERYCLASSLIST
;
46 LPWSTR pDefaultSaveLocation
;
50 } DSQUERYINITPARAMS
,*LPDSQUERYINITPARAMS
;
51 #define DSQPF_NOSAVE 0x00000001
52 #define DSQPF_SAVELOCATION 0x00000002
53 #define DSQPF_SHOWHIDDENOBJECTS 0x00000004
54 #define DSQPF_ENABLEADMINFEATURES 0x00000008
55 #define DSQPF_ENABLEADVANCEDFEATURES 0x00000010
56 #define DSQPF_HASCREDENTIALS 0x00000020
57 #define DSQPF_NOCHOOSECOLUMNS 0x00000040
66 } DSQUERYPARAMS
,*LPDSQUERYPARAMS
;
67 #endif /* (_WIN32_WINNT >= 0x0500) */