Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenbinres.idl
Go to the documentation of this file.
00001 /* 00002 * Copyright (C) 2009 Huw Davies 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 [ 00020 object, 00021 uuid(0c733ab1-2a1c-11ce-ade5-00aa0044773d), 00022 pointer_default(unique) 00023 ] 00024 interface IBindResource : IUnknown 00025 { 00026 [local] 00027 HRESULT Bind([in] IUnknown *pUnkOuter, 00028 [in] LPCOLESTR pwszURL, 00029 [in] DBBINDURLFLAG dwBindURLFlags, 00030 [in] REFGUID rguid, 00031 [in] REFIID riid, 00032 [in] IAuthenticate *pAuthenticate, 00033 [in, out, unique] DBIMPLICITSESSION *pImplSession, 00034 [in, out, unique] DBBINDURLSTATUS *pdwBindStatus, 00035 [out, iid_is(riid)] IUnknown **ppUnk); 00036 00037 [call_as(Bind)] 00038 HRESULT RemoteBind([in] IUnknown *pUnkOuter, 00039 [in] LPCOLESTR pwszURL, 00040 [in] DBBINDURLFLAG dwBindURLFlags, 00041 [in] REFGUID rguid, 00042 [in] REFIID riid, 00043 [in] IAuthenticate *pAuthenticate, 00044 [in] IUnknown *pSessionUnkOuter, 00045 [in, unique] IID *piid, 00046 [in, out, unique, iid_is(piid)] IUnknown **ppSession, 00047 [in, out, unique] DBBINDURLSTATUS *pdwBindStatus, 00048 [out, iid_is(riid)] IUnknown **ppUnk); 00049 } Generated on Sat May 26 2012 04:29:48 for ReactOS by
1.7.6.1
|