Sync advapi32, gdi32, gdiplus, inetmib1, kernel32, mlang, msi, msvcrt, ntdll, oleaut3...
[reactos.git] / rostests / winetests / oleaut32 / tmarshal_dispids.h
1 /*
2 * Copyright (C) 2005-2006 Robert Shearman for CodeWeavers
3 *
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.
8 *
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.
13 *
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
17 *
18 */
19
20 #define DISPID_TM_NAME 1
21 #define DISPID_TM_DOSOMETHING 2
22 #define DISPID_TM_STATE 3
23 #define DISPID_TM_MAP 4
24 #define DISPID_TM_SETOLECOLOR 5
25 #define DISPID_TM_GETOLECOLOR 6
26 #define DISPID_TM_CLONE 7
27 #define DISPID_TM_CLONEDISPATCH 8
28 #define DISPID_TM_CLONECOCLASS 9
29 #define DISPID_TM_ARRAY 10
30 #define DISPID_TM_VARARRAYPTR 11
31 #define DISPID_TM_VARIANT 12
32 #define DISPID_TM_VARARG 13
33 #define DISPID_TM_ERROR 14
34 #define DISPID_TM_CLONEINTERFACE 15
35 #define DISPID_TM_TESTDUAL 16
36 #define DISPID_TM_STRUCTARGS 17
37 #define DISPID_TM_PROP_WITH_LCID 18
38 #define DISPID_TM_PROP_INT 19
39 #define DISPID_TM_PROP_UINT 20
40 #define DISPID_TM_BYREF_UINT 21
41 #define DISPID_TM_PROP_OPT_ARG 22
42 #define DISPID_TM_PROP_REQ_ARG 23
43
44 #define DISPID_NOA_BSTRRET 1
45 #define DISPID_NOA_ERROR 2