2007-11-29 12:54:54 +00:00
|
|
|
/*
|
|
|
|
* Copyright (C) 2005-2006 Robert Shearman for CodeWeavers
|
|
|
|
*
|
|
|
|
* This library is free software; you can redistribute it and/or
|
|
|
|
* modify it under the terms of the GNU Lesser General Public
|
|
|
|
* License as published by the Free Software Foundation; either
|
|
|
|
* version 2.1 of the License, or (at your option) any later version.
|
|
|
|
*
|
|
|
|
* This library is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
* Lesser General Public License for more details.
|
|
|
|
*
|
|
|
|
* You should have received a copy of the GNU Lesser General Public
|
|
|
|
* License along with this library; if not, write to the Free Software
|
|
|
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
|
|
|
#define DISPID_TM_NAME 1
|
|
|
|
#define DISPID_TM_DOSOMETHING 2
|
|
|
|
#define DISPID_TM_STATE 3
|
|
|
|
#define DISPID_TM_MAP 4
|
|
|
|
#define DISPID_TM_SETOLECOLOR 5
|
|
|
|
#define DISPID_TM_GETOLECOLOR 6
|
|
|
|
#define DISPID_TM_CLONE 7
|
|
|
|
#define DISPID_TM_CLONEDISPATCH 8
|
|
|
|
#define DISPID_TM_CLONECOCLASS 9
|
|
|
|
#define DISPID_TM_ARRAY 10
|
|
|
|
#define DISPID_TM_VARARRAYPTR 11
|
|
|
|
#define DISPID_TM_VARIANT 12
|
|
|
|
#define DISPID_TM_VARARG 13
|
|
|
|
#define DISPID_TM_ERROR 14
|
|
|
|
#define DISPID_TM_CLONEINTERFACE 15
|
2009-01-04 19:19:05 +00:00
|
|
|
#define DISPID_TM_TESTDUAL 16
|
|
|
|
#define DISPID_TM_STRUCTARGS 17
|
2009-08-22 17:05:58 +00:00
|
|
|
#define DISPID_TM_PROP_WITH_LCID 18
|
|
|
|
#define DISPID_TM_PROP_INT 19
|
|
|
|
#define DISPID_TM_PROP_UINT 20
|
Sync advapi32, gdi32, gdiplus, inetmib1, kernel32, mlang, msi, msvcrt, ntdll, oleaut32, rpcrt4, secur32, setupapi, shdocvw, shlwapi, snmpapi, twain_32, urlmon, user32, userenv, usp10, winhttp, wininet, wintrust, ws2_32 winetests to Wine 1.2rc6
svn path=/trunk/; revision=47939
2010-07-04 19:08:47 +00:00
|
|
|
#define DISPID_TM_BYREF_UINT 21
|
|
|
|
#define DISPID_TM_PROP_OPT_ARG 22
|
|
|
|
#define DISPID_TM_PROP_REQ_ARG 23
|
2012-12-12 15:05:13 +00:00
|
|
|
#define DISPID_TM_VARCARRAY 24
|
|
|
|
#define DISPID_TM_RESTRICTED 25
|
|
|
|
#define DISPID_TM_NEG_RESTRICTED -26
|
|
|
|
#define DISPID_TM_TESTSECONDIFACE 27
|
2007-11-29 12:54:54 +00:00
|
|
|
|
|
|
|
#define DISPID_NOA_BSTRRET 1
|
Sync advapi32, gdi32, gdiplus, inetmib1, kernel32, mlang, msi, msvcrt, ntdll, oleaut32, rpcrt4, secur32, setupapi, shdocvw, shlwapi, snmpapi, twain_32, urlmon, user32, userenv, usp10, winhttp, wininet, wintrust, ws2_32 winetests to Wine 1.2rc6
svn path=/trunk/; revision=47939
2010-07-04 19:08:47 +00:00
|
|
|
#define DISPID_NOA_ERROR 2
|