Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenusrmarshal.c
Go to the documentation of this file.
00001 /* 00002 * Copyright 2009 Piotr Caban for CodeWeavers 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 #include "urlmon_main.h" 00020 00021 #include "wine/debug.h" 00022 00023 WINE_DEFAULT_DEBUG_CHANNEL(urlmon); 00024 00025 HRESULT CALLBACK IWinInetHttpInfo_QueryInfo_Proxy(IWinInetHttpInfo* This, 00026 DWORD dwOption, LPVOID pBuffer, DWORD *pcbBuf, DWORD *pdwFlags, 00027 DWORD *pdwReserved) 00028 { 00029 FIXME("stub\n"); 00030 return E_NOTIMPL; 00031 } 00032 00033 HRESULT __RPC_STUB IWinInetHttpInfo_QueryInfo_Stub(IWinInetHttpInfo* This, 00034 DWORD dwOption, BYTE *pBuffer, DWORD *pcbBuf, DWORD *pdwFlags, 00035 DWORD *pdwReserved) 00036 { 00037 FIXME("stub\n"); 00038 return E_NOTIMPL; 00039 } 00040 00041 HRESULT CALLBACK IWinInetInfo_QueryOption_Proxy(IWinInetInfo* This, 00042 DWORD dwOption, LPVOID pBuffer, DWORD *pcbBuf) 00043 { 00044 FIXME("stub\n"); 00045 return E_NOTIMPL; 00046 } 00047 00048 HRESULT __RPC_STUB IWinInetInfo_QueryOption_Stub(IWinInetInfo* This, 00049 DWORD dwOption, BYTE *pBuffer, DWORD *pcbBuf) 00050 { 00051 FIXME("stub\n"); 00052 return E_NOTIMPL; 00053 } 00054 00055 HRESULT CALLBACK IBindHost_MonikerBindToStorage_Proxy(IBindHost* This, 00056 IMoniker *pMk, IBindCtx *pBC, IBindStatusCallback *pBSC, 00057 REFIID riid, void **ppvObj) 00058 { 00059 FIXME("stub\n"); 00060 return E_NOTIMPL; 00061 } 00062 00063 HRESULT __RPC_STUB IBindHost_MonikerBindToStorage_Stub(IBindHost* This, 00064 IMoniker *pMk, IBindCtx *pBC, IBindStatusCallback *pBSC, 00065 REFIID riid, IUnknown **ppvObj) 00066 { 00067 FIXME("stub\n"); 00068 return E_NOTIMPL; 00069 } 00070 00071 HRESULT CALLBACK IBindHost_MonikerBindToObject_Proxy(IBindHost* This, 00072 IMoniker *pMk, IBindCtx *pBC, IBindStatusCallback *pBSC, 00073 REFIID riid, void **ppvObj) 00074 { 00075 FIXME("stub\n"); 00076 return E_NOTIMPL; 00077 } 00078 00079 HRESULT __RPC_STUB IBindHost_MonikerBindToObject_Stub(IBindHost* This, 00080 IMoniker *pMk, IBindCtx *pBC, IBindStatusCallback *pBSC, 00081 REFIID riid, IUnknown **ppvObj) 00082 { 00083 FIXME("stub\n"); 00084 return E_NOTIMPL; 00085 } 00086 00087 HRESULT CALLBACK IBindStatusCallbackEx_GetBindInfoEx_Proxy( 00088 IBindStatusCallbackEx* This, DWORD *grfBINDF, BINDINFO *pbindinfo, 00089 DWORD *grfBINDF2, DWORD *pdwReserved) 00090 { 00091 FIXME("stub\n"); 00092 return E_NOTIMPL; 00093 } 00094 00095 HRESULT __RPC_STUB IBindStatusCallbackEx_GetBindInfoEx_Stub( 00096 IBindStatusCallbackEx* This, DWORD *grfBINDF, RemBINDINFO *pbindinfo, 00097 RemSTGMEDIUM *pstgmed, DWORD *grfBINDF2, DWORD *pdwReserved) 00098 { 00099 FIXME("stub\n"); 00100 return E_NOTIMPL; 00101 } 00102 00103 HRESULT CALLBACK IBindStatusCallback_GetBindInfo_Proxy( 00104 IBindStatusCallback* This, DWORD *grfBINDF, BINDINFO *pbindinfo) 00105 { 00106 FIXME("stub\n"); 00107 return E_NOTIMPL; 00108 } 00109 00110 HRESULT __RPC_STUB IBindStatusCallback_GetBindInfo_Stub( 00111 IBindStatusCallback* This, DWORD *grfBINDF, 00112 RemBINDINFO *pbindinfo, RemSTGMEDIUM *pstgmed) 00113 { 00114 FIXME("stub\n"); 00115 return E_NOTIMPL; 00116 } 00117 00118 HRESULT CALLBACK IBindStatusCallback_OnDataAvailable_Proxy( 00119 IBindStatusCallback* This, DWORD grfBSCF, DWORD dwSize, 00120 FORMATETC *pformatetc, STGMEDIUM *pstgmed) 00121 { 00122 FIXME("stub\n"); 00123 return E_NOTIMPL; 00124 } 00125 00126 HRESULT __RPC_STUB IBindStatusCallback_OnDataAvailable_Stub( 00127 IBindStatusCallback* This, DWORD grfBSCF, DWORD dwSize, 00128 RemFORMATETC *pformatetc, RemSTGMEDIUM *pstgmed) 00129 { 00130 FIXME("stub\n"); 00131 return E_NOTIMPL; 00132 } 00133 00134 HRESULT CALLBACK IBinding_GetBindResult_Proxy(IBinding* This, 00135 CLSID *pclsidProtocol, DWORD *pdwResult, 00136 LPOLESTR *pszResult, DWORD *pdwReserved) 00137 { 00138 FIXME("stub\n"); 00139 return E_NOTIMPL; 00140 } 00141 00142 HRESULT __RPC_STUB IBinding_GetBindResult_Stub(IBinding* This, 00143 CLSID *pclsidProtocol, DWORD *pdwResult, 00144 LPOLESTR *pszResult, DWORD dwReserved) 00145 { 00146 FIXME("stub\n"); 00147 return E_NOTIMPL; 00148 } 00149 00150 HRESULT STDMETHODCALLTYPE IWindowForBindingUI_GetWindow_Proxy( 00151 IWindowForBindingUI* This, REFGUID rguidReason, HWND *phwnd) 00152 { 00153 FIXME("stub\n"); 00154 return E_NOTIMPL; 00155 } 00156 00157 void __RPC_STUB IWindowForBindingUI_GetWindow_Stub(IRpcStubBuffer* This, 00158 IRpcChannelBuffer* pRpcChannelBuffer, PRPC_MESSAGE pRpcMessage, 00159 DWORD* pdwStubPhase) 00160 { 00161 FIXME("stub\n"); 00162 } Generated on Wed May 23 2012 04:20:31 for ReactOS by
1.7.6.1
|