46 lines
1.5 KiB
C
46 lines
1.5 KiB
C
/*
|
|
* 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
|
|
#define DISPID_TM_TESTDUAL 16
|
|
#define DISPID_TM_STRUCTARGS 17
|
|
#define DISPID_TM_PROP_WITH_LCID 18
|
|
#define DISPID_TM_PROP_INT 19
|
|
#define DISPID_TM_PROP_UINT 20
|
|
#define DISPID_TM_BYREF_UINT 21
|
|
#define DISPID_TM_PROP_OPT_ARG 22
|
|
#define DISPID_TM_PROP_REQ_ARG 23
|
|
|
|
#define DISPID_NOA_BSTRRET 1
|
|
#define DISPID_NOA_ERROR 2
|