ReactOS 0.4.15-dev-7924-g5949c20
xmldso.idl
Go to the documentation of this file.
1/*
2 * Copyright (C) 2005 Vijay Kiran Kamuju
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#include <idispids.h>
20#include <xmldsodid.h>
21
22#if !defined(progid) && !defined(__WIDL__)
23#define threading(model)
24#define progid(str)
25#define vi_progid(str)
26#endif
27
28import "oaidl.idl";
29
30interface IXMLDOMDocument;
31
32[
33local,
34object,
35odl,
36dual,
37oleautomation,
38uuid(310afa62-0575-11d2-9ca9-0060b0ec3d39),
40]
42{
44 HRESULT XMLDocument([out, retval] IXMLDOMDocument** ppDoc);
45
46 [propput,id(DISPID_XMLDSO_DOCUMENT)]
48
50 HRESULT JavaDSOCompatible([out, retval] BOOL* fJavaDSOCompatible);
53 HRESULT JavaDSOCompatible([in] BOOL fJavaDSOCompatible);
54
55 [propget, id(DISPID_READYSTATE)]
56 HRESULT readyState([out, retval] long *state);
57}
58
59[
60 helpstring("XML Data Source Object"),
61 progid("Microsoft.XMLDSO.1.0"),
62 vi_progid("Microsoft.XMLDSO"),
64 version(1.0),
65 uuid(550dda30-0541-11d2-9ca9-0060b0ec3d39)
66]
68{
69 [default] interface IXMLDSOControl;
70}
coclass MediaStreamFilter helpstring("Stream Class")
static int state
Definition: maze.c:121
coclass PSFactoryBuffer pointer_default(unique)] interface ObjectRpcBaseTypes
Definition: dcom.idl:35
static const WCHAR version[]
Definition: asmname.c:66
unsigned int BOOL
Definition: ntddk_ex.h:94
#define local
Definition: zutil.h:30
GLuint in
Definition: glext.h:9616
GLuint id
Definition: glext.h:5910
#define DISPID_READYSTATE
Definition: idispids.h:22
BOOL JavaDSOCompatible
IXMLDOMDocument XMLDocument
Definition: msctf.idl:550
#define DISPID_XMLDSO_DOCUMENT
Definition: msxml2did.h:333
#define DISPID_XMLDSO_JAVADSOCOMPATIBLE
Definition: msxml2did.h:334
static FILE * out
Definition: regtests2xml.c:44
#define progid(str)
Definition: xmldso.idl:24
#define vi_progid(str)
Definition: xmldso.idl:25
#define threading(model)
Definition: xmldso.idl:23