comctl32/tests: Use CRT allocation functions.
[wine.git] / dlls / adsldp / adsldp.idl
blob85190bc6936299d7305ab63422c2ac8fb39066e2
1 /*
2 * Active Directory services LDAP Provider
4 * Copyright 2018 Dmitry Timoshkov
6 * This library is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU Lesser General Public
8 * License as published by the Free Software Foundation; either
9 * version 2.1 of the License, or (at your option) any later version.
11 * This library is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 * Lesser General Public License for more details.
16 * You should have received a copy of the GNU Lesser General Public
17 * License along with this library; if not, write to the Free Software
18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
21 #pragma makedep register
24 helpstring("LDAP Provider Object"),
25 progid("LDAP"),
26 uuid(228d9a81-c302-11cf-9aa4-00aa004a5691),
27 threading(both)
29 coclass LDAP { interface IParseDisplayName; }
32 helpstring("LDAP Namespace Object"),
33 progid("LDAPNamespace"),
34 uuid(228d9a82-c302-11cf-9aa4-00aa004a5691),
35 threading(both)
37 coclass ADs { }
40 helpstring("AD System Info Object"),
41 uuid(50b6327f-afd1-11d2-9cb9-0000f87a369e),
42 threading(both)
44 coclass ADSystemInfo { }