gdiplus: Use wide-char string literals.
[wine.git] / dlls / msado15 / msado15_classes.idl
blob51f8bd77dbef4245182656b1a681bf5512a72734
1 /*
2 * Copyright 2019 Hans Leidekker for CodeWeavers
4 * This library is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU Lesser General Public
6 * License as published by the Free Software Foundation; either
7 * version 2.1 of the License, or (at your option) any later version.
9 * This library is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 * Lesser General Public License for more details.
14 * You should have received a copy of the GNU Lesser General Public
15 * License along with this library; if not, write to the Free Software
16 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
19 #pragma makedep register
22 threading(apartment),
23 progid("ADODB.Command.6.0"),
24 vi_progid("ADODB.Command"),
25 uuid(00000507-0000-0010-8000-00aa006d2ea4)
27 coclass Command { interface _Command; }
30 threading(apartment),
31 progid("ADODB.Connection.6.0"),
32 vi_progid("ADODB.Connection"),
33 uuid(00000514-0000-0010-8000-00aa006d2ea4)
35 coclass Connection { interface _Connection; }
38 threading(both),
39 progid("ADODB.Recordset.6.0"),
40 vi_progid("ADODB.Recordset"),
41 uuid(00000535-0000-0010-8000-00aa006d2ea4)
43 coclass Recordset { interface _Recordset; }
46 threading(both),
47 progid("ADODB.Stream.6.0"),
48 vi_progid("ADODB.Stream"),
49 uuid(00000566-0000-0010-8000-00aa006d2ea4)
51 coclass Stream { interface _Stream; }