VirtualBox

source: vbox/trunk/src/VBox/Additions/WINNT/Graphics/Wine/include/msxmldid.h@ 33281

Last change on this file since 33281 was 16477, checked in by vboxsync, 16 years ago

LGPL disclaimer by filemuncher

  • Property svn:eol-style set to native
File size: 3.3 KB
Line 
1/*
2 * Copyright (C) 2005 Mike McCormack
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 * Sun LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
21 * other than GPL or LGPL is available it will apply instead, Sun elects to use only
22 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
23 * a choice of LGPL license versions is made available with the language indicating
24 * that LGPLv2 or any later version may be used, or where a choice of which version
25 * of the LGPL is applied is otherwise unspecified.
26 */
27
28#ifndef __MSXMLDID_H__
29#define __MSXMLDID_H__
30
31#define DISPID_XOBJ_MIN 0x10000
32#define DISPID_XOBJ_MAX 0x1FFFF
33#define DISPID_XOBJ_BASE 0x10000
34
35#define DISPID_XMLELEMENTCOLLECTION 0x10000
36#define DISPID_XMLELEMENTCOLLECTION_LENGTH 0x10001
37#define DISPID_XMLELEMENTCOLLECTION_NEWENUM DISPID_NEWENUM
38#define DISPID_XMLELEMENTCOLLECTION_ITEM 0x10003
39
40#define DISPID_XMLDOCUMENT 0x10064
41#define DISPID_XMLDOCUMENT_ROOT 0x10065
42#define DISPID_XMLDOCUMENT_FILESIZE 0x10066
43#define DISPID_XMLDOCUMENT_FILEMODIFIEDDATE 0x10067
44#define DISPID_XMLDOCUMENT_FILEUPDATEDDATE 0x10068
45#define DISPID_XMLDOCUMENT_URL 0x10069
46#define DISPID_XMLDOCUMENT_MIMETYPE 0x1006a
47#define DISPID_XMLDOCUMENT_READYSTATE 0x1006b
48#define DISPID_XMLDOCUMENT_CREATEELEMENT 0x1006c
49#define DISPID_XMLDOCUMENT_CHARSET 0x1006d
50#define DISPID_XMLDOCUMENT_VERSION 0x1006e
51#define DISPID_XMLDOCUMENT_DOCTYPE 0x1006f
52#define DISPID_XMLDOCUMENT_DTDURL 0x10070
53#define DISPID_XMLDOCUMENT_ASYNC 0x10071
54#define DISPID_XMLDOCUMENT_CASEINSENSITIVE 0x10072
55
56#define DISPID_XMLELEMENT 0x100c8
57#define DISPID_XMLELEMENT_TAGNAME 0x100c9
58#define DISPID_XMLELEMENT_PARENT 0x100ca
59#define DISPID_XMLELEMENT_SETATTRIBUTE 0x100cb
60#define DISPID_XMLELEMENT_GETATTRIBUTE 0x100cc
61#define DISPID_XMLELEMENT_REMOVEATTRIBUTE 0x100cd
62#define DISPID_XMLELEMENT_CHILDREN 0x100ce
63#define DISPID_XMLELEMENT_TYPE 0x100cf
64#define DISPID_XMLELEMENT_TEXT 0x100d0
65#define DISPID_XMLELEMENT_ADDCHILD 0x100d1
66#define DISPID_XMLELEMENT_REMOVECHILD 0x100d2
67#define DISPID_XMLELEMENT_ATTRIBUTES 0x100d3
68
69#define DISPID_XMLNOTIFSINK 0x1012c
70#define DISPID_XMLNOTIFSINK_CHILDADDED 0x1012d
71
72#define DISPID_XMLATTRIBUTE 0x10190
73#define DISPID_XMLATTRIBUTE_NAME 0x10191
74#define DISPID_XMLATTRIBUTE_VALUE 0x10192
75
76#endif /* __MSXMLDID_H__ */
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette