Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenxmldso.idl
Go to the documentation of this file.
00001 /* 00002 * Copyright (C) 2005 Vijay Kiran Kamuju 00003 * 00004 * This library is free software; you can redistribute it and/or 00005 * modify it under the terms of the GNU Lesser General Public 00006 * License as published by the Free Software Foundation; either 00007 * version 2.1 of the License, or (at your option) any later version. 00008 * 00009 * This library is distributed in the hope that it will be useful, 00010 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00011 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00012 * Lesser General Public License for more details. 00013 * 00014 * You should have received a copy of the GNU Lesser General Public 00015 * License along with this library; if not, write to the Free Software 00016 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 00017 */ 00018 00019 import "wtypes.idl"; 00020 import "ocidl.idl"; 00021 00022 #include <idispids.h> 00023 #include <xmldsodid.h> 00024 00025 interface IXMLDOMDocument; 00026 00027 [ 00028 local, 00029 object, 00030 odl, 00031 dual, 00032 oleautomation, 00033 uuid(310afa62-0575-11d2-9ca9-0060b0ec3d39), 00034 pointer_default(unique) 00035 ] 00036 interface IXMLDSOControl : IDispatch 00037 { 00038 [propget,id(DISPID_XMLDSO_DOCUMENT)] 00039 HRESULT XMLDocument([out, retval] IXMLDOMDocument** ppDoc); 00040 00041 [propput,id(DISPID_XMLDSO_DOCUMENT)] 00042 HRESULT XMLDocument([in] IXMLDOMDocument* ppDoc); 00043 00044 [propget,id(DISPID_XMLDSO_JAVADSOCOMPATIBLE)] 00045 HRESULT JavaDSOCompatible([out, retval] BOOL* fJavaDSOCompatible); 00046 00047 [propput,id(DISPID_XMLDSO_JAVADSOCOMPATIBLE)] 00048 HRESULT JavaDSOCompatible([in] BOOL fJavaDSOCompatible); 00049 00050 [propget, id(DISPID_READYSTATE)] 00051 HRESULT readyState([out, retval] long *state); 00052 } 00053 00054 [ 00055 uuid(550dda30-0541-11d2-9ca9-0060b0ec3d39) 00056 ] 00057 coclass XMLDSOControl 00058 { 00059 [default] interface IXMLDSOControl; 00060 } Generated on Sun May 27 2012 04:33:07 for ReactOS by
1.7.6.1
|