|
ReactOS 0.4.16-dev-2354-g16de117
|
#include <stdio.h>#include <stdarg.h>#include <string.h>#include "windef.h"#include "winbase.h"#include "wingdi.h"#include "winuser.h"#include "winerror.h"#include "ole2.h"#include "oleauto.h"#include "rpcproxy.h"#include "wine/debug.h"
Go to the source code of this file.
Classes | |
| struct | SNB_wire |
Macros | |
| #define | COBJMACROS |
| #define | ALIGNED_LENGTH(_Len, _Align) (((_Len)+(_Align))&~(_Align)) |
| #define | ALIGNED_POINTER(_Ptr, _Align) ((LPVOID)ALIGNED_LENGTH((ULONG_PTR)(_Ptr), _Align)) |
| #define | ALIGN_LENGTH(_Len, _Align) _Len = ALIGNED_LENGTH(_Len, _Align) |
| #define | ALIGN_POINTER(_Ptr, _Align) _Ptr = ALIGNED_POINTER(_Ptr, _Align) |
| #define | USER_MARSHAL_PTR_PREFIX |
| #define ALIGN_LENGTH | ( | _Len, | |
| _Align | |||
| ) | _Len = ALIGNED_LENGTH(_Len, _Align) |
Definition at line 42 of file usrmarshal.c.
| #define ALIGN_POINTER | ( | _Ptr, | |
| _Align | |||
| ) | _Ptr = ALIGNED_POINTER(_Ptr, _Align) |
Definition at line 43 of file usrmarshal.c.
| #define ALIGNED_LENGTH | ( | _Len, | |
| _Align | |||
| ) | (((_Len)+(_Align))&~(_Align)) |
Definition at line 40 of file usrmarshal.c.
| #define ALIGNED_POINTER | ( | _Ptr, | |
| _Align | |||
| ) | ((LPVOID)ALIGNED_LENGTH((ULONG_PTR)(_Ptr), _Align)) |
Definition at line 41 of file usrmarshal.c.
| #define COBJMACROS |
Definition at line 25 of file usrmarshal.c.
| #define USER_MARSHAL_PTR_PREFIX |
Definition at line 45 of file usrmarshal.c.
| void __RPC_USER ASYNC_STGMEDIUM_UserFree | ( | ULONG * | pFlags, |
| ASYNC_STGMEDIUM * | pStgMedium | ||
| ) |
Definition at line 1108 of file usrmarshal.c.
| unsigned char *__RPC_USER ASYNC_STGMEDIUM_UserMarshal | ( | ULONG * | pFlags, |
| unsigned char * | pBuffer, | ||
| ASYNC_STGMEDIUM * | pStgMedium | ||
| ) |
Definition at line 1096 of file usrmarshal.c.
| ULONG __RPC_USER ASYNC_STGMEDIUM_UserSize | ( | ULONG * | pFlags, |
| ULONG | StartingSize, | ||
| ASYNC_STGMEDIUM * | pStgMedium | ||
| ) |
Definition at line 1090 of file usrmarshal.c.
| unsigned char *__RPC_USER ASYNC_STGMEDIUM_UserUnmarshal | ( | ULONG * | pFlags, |
| unsigned char * | pBuffer, | ||
| ASYNC_STGMEDIUM * | pStgMedium | ||
| ) |
Definition at line 1102 of file usrmarshal.c.
Definition at line 54 of file usrmarshal.c.
| void __RPC_USER FLAG_STGMEDIUM_UserFree | ( | ULONG * | pFlags, |
| FLAG_STGMEDIUM * | pStgMedium | ||
| ) |
Definition at line 1132 of file usrmarshal.c.
| unsigned char *__RPC_USER FLAG_STGMEDIUM_UserMarshal | ( | ULONG * | pFlags, |
| unsigned char * | pBuffer, | ||
| FLAG_STGMEDIUM * | pStgMedium | ||
| ) |
Definition at line 1120 of file usrmarshal.c.
| ULONG __RPC_USER FLAG_STGMEDIUM_UserSize | ( | ULONG * | pFlags, |
| ULONG | StartingSize, | ||
| FLAG_STGMEDIUM * | pStgMedium | ||
| ) |
Definition at line 1114 of file usrmarshal.c.
| unsigned char *__RPC_USER FLAG_STGMEDIUM_UserUnmarshal | ( | ULONG * | pFlags, |
| unsigned char * | pBuffer, | ||
| FLAG_STGMEDIUM * | pStgMedium | ||
| ) |
Definition at line 1126 of file usrmarshal.c.
| void __RPC_USER HENHMETAFILE_UserFree | ( | ULONG * | pFlags, |
| HENHMETAFILE * | phEmf | ||
| ) |
Definition at line 469 of file usrmarshal.c.
Referenced by test_marshal_HENHMETAFILE().
| unsigned char *__RPC_USER HENHMETAFILE_UserMarshal | ( | ULONG * | pFlags, |
| unsigned char * | pBuffer, | ||
| HENHMETAFILE * | phEmf | ||
| ) |
Definition at line 346 of file usrmarshal.c.
Referenced by STGMEDIUM_UserMarshal(), and test_marshal_HENHMETAFILE().
| ULONG __RPC_USER HENHMETAFILE_UserSize | ( | ULONG * | pFlags, |
| ULONG | size, | ||
| HENHMETAFILE * | phEmf | ||
| ) |
Definition at line 301 of file usrmarshal.c.
Referenced by STGMEDIUM_UserSize(), and test_marshal_HENHMETAFILE().
| unsigned char *__RPC_USER HENHMETAFILE_UserUnmarshal | ( | ULONG * | pFlags, |
| unsigned char * | pBuffer, | ||
| HENHMETAFILE * | phEmf | ||
| ) |
Definition at line 404 of file usrmarshal.c.
Referenced by STGMEDIUM_UserUnmarshal(), and test_marshal_HENHMETAFILE().
| void __RPC_USER HMETAFILE_UserFree | ( | ULONG * | pFlags, |
| HMETAFILE * | phmf | ||
| ) |
Definition at line 273 of file usrmarshal.c.
Referenced by HMETAFILEPICT_UserFree(), and test_marshal_HMETAFILE().
| unsigned char *__RPC_USER HMETAFILE_UserMarshal | ( | ULONG * | pFlags, |
| unsigned char * | pBuffer, | ||
| HMETAFILE * | phmf | ||
| ) |
Definition at line 150 of file usrmarshal.c.
Referenced by HMETAFILEPICT_UserMarshal(), and test_marshal_HMETAFILE().
| ULONG __RPC_USER HMETAFILE_UserSize | ( | ULONG * | pFlags, |
| ULONG | StartingSize, | ||
| HMETAFILE * | phmf | ||
| ) |
Definition at line 103 of file usrmarshal.c.
Referenced by HMETAFILEPICT_UserSize(), and test_marshal_HMETAFILE().
| unsigned char *__RPC_USER HMETAFILE_UserUnmarshal | ( | ULONG * | pFlags, |
| unsigned char * | pBuffer, | ||
| HMETAFILE * | phmf | ||
| ) |
Definition at line 208 of file usrmarshal.c.
Referenced by HMETAFILEPICT_UserUnmarshal(), and test_marshal_HMETAFILE().
| void __RPC_USER HMETAFILEPICT_UserFree | ( | ULONG * | pFlags, |
| HMETAFILEPICT * | phMfp | ||
| ) |
Definition at line 681 of file usrmarshal.c.
Referenced by test_marshal_HMETAFILEPICT().
| unsigned char *__RPC_USER HMETAFILEPICT_UserMarshal | ( | ULONG * | pFlags, |
| unsigned char * | pBuffer, | ||
| HMETAFILEPICT * | phMfp | ||
| ) |
Definition at line 547 of file usrmarshal.c.
Referenced by STGMEDIUM_UserMarshal(), and test_marshal_HMETAFILEPICT().
| ULONG __RPC_USER HMETAFILEPICT_UserSize | ( | ULONG * | pFlags, |
| ULONG | size, | ||
| HMETAFILEPICT * | phMfp | ||
| ) |
Definition at line 497 of file usrmarshal.c.
Referenced by STGMEDIUM_UserSize(), and test_marshal_HMETAFILEPICT().
| unsigned char *__RPC_USER HMETAFILEPICT_UserUnmarshal | ( | ULONG * | pFlags, |
| unsigned char * | pBuffer, | ||
| HMETAFILEPICT * | phMfp | ||
| ) |
Definition at line 610 of file usrmarshal.c.
Referenced by STGMEDIUM_UserUnmarshal(), and test_marshal_HMETAFILEPICT().
| void CALLBACK IAdviseSink2_OnLinkSrcChange_Proxy | ( | IAdviseSink2 * | This, |
| IMoniker * | pmk | ||
| ) |
| HRESULT __RPC_STUB IAdviseSink2_OnLinkSrcChange_Stub | ( | IAdviseSink2 * | This, |
| IMoniker * | pmk | ||
| ) |
Definition at line 1919 of file usrmarshal.c.
| void CALLBACK IAdviseSink_OnClose_Proxy | ( | IAdviseSink * | This | ) |
Definition at line 1896 of file usrmarshal.c.
| HRESULT __RPC_STUB IAdviseSink_OnClose_Stub | ( | IAdviseSink * | This | ) |
| void CALLBACK IAdviseSink_OnDataChange_Proxy | ( | IAdviseSink * | This, |
| FORMATETC * | pFormatetc, | ||
| STGMEDIUM * | pStgmed | ||
| ) |
Definition at line 1826 of file usrmarshal.c.
| HRESULT __RPC_STUB IAdviseSink_OnDataChange_Stub | ( | IAdviseSink * | This, |
| FORMATETC * | pFormatetc, | ||
| ASYNC_STGMEDIUM * | pStgmed | ||
| ) |
| void CALLBACK IAdviseSink_OnRename_Proxy | ( | IAdviseSink * | This, |
| IMoniker * | pmk | ||
| ) |
Definition at line 1864 of file usrmarshal.c.
| HRESULT __RPC_STUB IAdviseSink_OnRename_Stub | ( | IAdviseSink * | This, |
| IMoniker * | pmk | ||
| ) |
| void CALLBACK IAdviseSink_OnSave_Proxy | ( | IAdviseSink * | This | ) |
Definition at line 1881 of file usrmarshal.c.
| HRESULT __RPC_STUB IAdviseSink_OnSave_Stub | ( | IAdviseSink * | This | ) |
| void CALLBACK IAdviseSink_OnViewChange_Proxy | ( | IAdviseSink * | This, |
| DWORD | dwAspect, | ||
| LONG | lindex | ||
| ) |
Definition at line 1845 of file usrmarshal.c.
| HRESULT __RPC_STUB IAdviseSink_OnViewChange_Stub | ( | IAdviseSink * | This, |
| DWORD | dwAspect, | ||
| LONG | lindex | ||
| ) |
Definition at line 1340 of file usrmarshal.c.
| HRESULT __RPC_STUB IBindCtx_GetBindOptions_Stub | ( | IBindCtx * | This, |
| BIND_OPTS2 * | pbindopts | ||
| ) |
Definition at line 1348 of file usrmarshal.c.
Definition at line 1324 of file usrmarshal.c.
| HRESULT __RPC_STUB IBindCtx_SetBindOptions_Stub | ( | IBindCtx * | This, |
| BIND_OPTS2 * | pbindopts | ||
| ) |
Definition at line 1332 of file usrmarshal.c.
| HRESULT CALLBACK IClassFactory_CreateInstance_Proxy | ( | IClassFactory * | This, |
| IUnknown * | pUnkOuter, | ||
| REFIID | riid, | ||
| void ** | ppvObject | ||
| ) |
Definition at line 1254 of file usrmarshal.c.
| HRESULT __RPC_STUB IClassFactory_CreateInstance_Stub | ( | IClassFactory * | This, |
| REFIID | riid, | ||
| IUnknown ** | ppvObject | ||
| ) |
Definition at line 1271 of file usrmarshal.c.
| HRESULT CALLBACK IClassFactory_LockServer_Proxy | ( | IClassFactory * | This, |
| BOOL | fLock | ||
| ) |
Definition at line 1280 of file usrmarshal.c.
| HRESULT __RPC_STUB IClassFactory_LockServer_Stub | ( | IClassFactory * | This, |
| BOOL | fLock | ||
| ) |
Definition at line 1288 of file usrmarshal.c.
| HRESULT CALLBACK IDataObject_GetData_Proxy | ( | IDataObject * | This, |
| FORMATETC * | pformatetcIn, | ||
| STGMEDIUM * | pmedium | ||
| ) |
Definition at line 1928 of file usrmarshal.c.
| HRESULT __RPC_STUB IDataObject_GetData_Stub | ( | IDataObject * | This, |
| FORMATETC * | pformatetcIn, | ||
| STGMEDIUM * | pRemoteMedium | ||
| ) |
Definition at line 1937 of file usrmarshal.c.
| HRESULT CALLBACK IDataObject_GetDataHere_Proxy | ( | IDataObject * | iface, |
| FORMATETC * | fmt, | ||
| STGMEDIUM * | med | ||
| ) |
Definition at line 1946 of file usrmarshal.c.
| HRESULT __RPC_STUB IDataObject_GetDataHere_Stub | ( | IDataObject * | This, |
| FORMATETC * | pformatetc, | ||
| STGMEDIUM * | pRemoteMedium | ||
| ) |
Definition at line 1981 of file usrmarshal.c.
| HRESULT CALLBACK IDataObject_SetData_Proxy | ( | IDataObject * | This, |
| FORMATETC * | pformatetc, | ||
| STGMEDIUM * | pmedium, | ||
| BOOL | fRelease | ||
| ) |
Definition at line 1990 of file usrmarshal.c.
| HRESULT __RPC_STUB IDataObject_SetData_Stub | ( | IDataObject * | This, |
| FORMATETC * | pformatetc, | ||
| FLAG_STGMEDIUM * | pmedium, | ||
| BOOL | fRelease | ||
| ) |
Definition at line 2000 of file usrmarshal.c.
| HRESULT CALLBACK IEnumFORMATETC_Next_Proxy | ( | IEnumFORMATETC * | This, |
| ULONG | celt, | ||
| FORMATETC * | rgelt, | ||
| ULONG * | pceltFetched | ||
| ) |
Definition at line 1776 of file usrmarshal.c.
| HRESULT __RPC_STUB IEnumFORMATETC_Next_Stub | ( | IEnumFORMATETC * | This, |
| ULONG | celt, | ||
| FORMATETC * | rgelt, | ||
| ULONG * | pceltFetched | ||
| ) |
| HRESULT __RPC_STUB IEnumMoniker_Next_Stub | ( | IEnumMoniker * | This, |
| ULONG | celt, | ||
| IMoniker ** | rgelt, | ||
| ULONG * | pceltFetched | ||
| ) |
| HRESULT CALLBACK IEnumOLEVERB_Next_Proxy | ( | IEnumOLEVERB * | This, |
| ULONG | celt, | ||
| LPOLEVERB | rgelt, | ||
| ULONG * | pceltFetched | ||
| ) |
| HRESULT __RPC_STUB IEnumOLEVERB_Next_Stub | ( | IEnumOLEVERB * | This, |
| ULONG | celt, | ||
| LPOLEVERB | rgelt, | ||
| ULONG * | pceltFetched | ||
| ) |
| HRESULT CALLBACK IEnumSTATDATA_Next_Proxy | ( | IEnumSTATDATA * | This, |
| ULONG | celt, | ||
| STATDATA * | rgelt, | ||
| ULONG * | pceltFetched | ||
| ) |
| HRESULT __RPC_STUB IEnumSTATDATA_Next_Stub | ( | IEnumSTATDATA * | This, |
| ULONG | celt, | ||
| STATDATA * | rgelt, | ||
| ULONG * | pceltFetched | ||
| ) |
| HRESULT CALLBACK IEnumSTATSTG_Next_Proxy | ( | IEnumSTATSTG * | This, |
| ULONG | celt, | ||
| STATSTG * | rgelt, | ||
| ULONG * | pceltFetched | ||
| ) |
| HRESULT __RPC_STUB IEnumSTATSTG_Next_Stub | ( | IEnumSTATSTG * | This, |
| ULONG | celt, | ||
| STATSTG * | rgelt, | ||
| ULONG * | pceltFetched | ||
| ) |
| HRESULT __RPC_STUB IEnumString_Next_Stub | ( | IEnumString * | This, |
| ULONG | celt, | ||
| LPOLESTR * | rgelt, | ||
| ULONG * | pceltFetched | ||
| ) |
| HRESULT __RPC_STUB IEnumUnknown_Next_Stub | ( | IEnumUnknown * | This, |
| ULONG | celt, | ||
| IUnknown ** | rgelt, | ||
| ULONG * | pceltFetched | ||
| ) |
| HRESULT CALLBACK IFillLockBytes_FillAppend_Proxy | ( | IFillLockBytes * | This, |
| const void * | pv, | ||
| ULONG | cb, | ||
| ULONG * | pcbWritten | ||
| ) |
Definition at line 1720 of file usrmarshal.c.
| HRESULT __RPC_STUB IFillLockBytes_FillAppend_Stub | ( | IFillLockBytes * | This, |
| const byte * | pv, | ||
| ULONG | cb, | ||
| ULONG * | pcbWritten | ||
| ) |
| HRESULT CALLBACK IFillLockBytes_FillAt_Proxy | ( | IFillLockBytes * | This, |
| ULARGE_INTEGER | ulOffset, | ||
| const void * | pv, | ||
| ULONG | cb, | ||
| ULONG * | pcbWritten | ||
| ) |
Definition at line 1747 of file usrmarshal.c.
| HRESULT __RPC_STUB IFillLockBytes_FillAt_Stub | ( | IFillLockBytes * | This, |
| ULARGE_INTEGER | ulOffset, | ||
| const byte * | pv, | ||
| ULONG | cb, | ||
| ULONG * | pcbWritten | ||
| ) |
Definition at line 1765 of file usrmarshal.c.
| HRESULT CALLBACK ILockBytes_ReadAt_Proxy | ( | ILockBytes * | This, |
| ULARGE_INTEGER | ulOffset, | ||
| void * | pv, | ||
| ULONG | cb, | ||
| ULONG * | pcbRead | ||
| ) |
Definition at line 1662 of file usrmarshal.c.
| HRESULT __RPC_STUB ILockBytes_ReadAt_Stub | ( | ILockBytes * | This, |
| ULARGE_INTEGER | ulOffset, | ||
| byte * | pv, | ||
| ULONG | cb, | ||
| ULONG * | pcbRead | ||
| ) |
Definition at line 1680 of file usrmarshal.c.
| HRESULT CALLBACK ILockBytes_WriteAt_Proxy | ( | ILockBytes * | This, |
| ULARGE_INTEGER | ulOffset, | ||
| const void * | pv, | ||
| ULONG | cb, | ||
| ULONG * | pcbWritten | ||
| ) |
Definition at line 1691 of file usrmarshal.c.
| HRESULT __RPC_STUB ILockBytes_WriteAt_Stub | ( | ILockBytes * | This, |
| ULARGE_INTEGER | ulOffset, | ||
| const byte * | pv, | ||
| ULONG | cb, | ||
| ULONG * | pcbWritten | ||
| ) |
Definition at line 1709 of file usrmarshal.c.
| HRESULT CALLBACK IMoniker_BindToObject_Proxy | ( | IMoniker * | This, |
| IBindCtx * | pbc, | ||
| IMoniker * | pmkToLeft, | ||
| REFIID | riidResult, | ||
| void ** | ppvResult | ||
| ) |
Definition at line 1398 of file usrmarshal.c.
| HRESULT __RPC_STUB IMoniker_BindToObject_Stub | ( | IMoniker * | This, |
| IBindCtx * | pbc, | ||
| IMoniker * | pmkToLeft, | ||
| REFIID | riidResult, | ||
| IUnknown ** | ppvResult | ||
| ) |
Definition at line 1409 of file usrmarshal.c.
| HRESULT CALLBACK IMoniker_BindToStorage_Proxy | ( | IMoniker * | This, |
| IBindCtx * | pbc, | ||
| IMoniker * | pmkToLeft, | ||
| REFIID | riid, | ||
| void ** | ppvObj | ||
| ) |
Definition at line 1420 of file usrmarshal.c.
| HRESULT __RPC_STUB IMoniker_BindToStorage_Stub | ( | IMoniker * | This, |
| IBindCtx * | pbc, | ||
| IMoniker * | pmkToLeft, | ||
| REFIID | riid, | ||
| IUnknown ** | ppvObj | ||
| ) |
Definition at line 1431 of file usrmarshal.c.
| HRESULT CALLBACK IOleCache2_UpdateCache_Proxy | ( | IOleCache2 * | This, |
| LPDATAOBJECT | pDataObject, | ||
| DWORD | grfUpdf, | ||
| LPVOID | pReserved | ||
| ) |
Definition at line 2048 of file usrmarshal.c.
| HRESULT __RPC_STUB IOleCache2_UpdateCache_Stub | ( | IOleCache2 * | This, |
| LPDATAOBJECT | pDataObject, | ||
| DWORD | grfUpdf, | ||
| LONG_PTR | pReserved | ||
| ) |
| HRESULT CALLBACK IOleInPlaceActiveObject_ResizeBorder_Proxy | ( | IOleInPlaceActiveObject * | This, |
| LPCRECT | prcBorder, | ||
| IOleInPlaceUIWindow * | pUIWindow, | ||
| BOOL | fFrameWindow | ||
| ) |
Definition at line 2027 of file usrmarshal.c.
| HRESULT __RPC_STUB IOleInPlaceActiveObject_ResizeBorder_Stub | ( | IOleInPlaceActiveObject * | This, |
| LPCRECT | prcBorder, | ||
| REFIID | riid, | ||
| IOleInPlaceUIWindow * | pUIWindow, | ||
| BOOL | fFrameWindow | ||
| ) |
Definition at line 2037 of file usrmarshal.c.
| HRESULT CALLBACK IOleInPlaceActiveObject_TranslateAccelerator_Proxy | ( | IOleInPlaceActiveObject * | This, |
| LPMSG | lpmsg | ||
| ) |
Definition at line 2012 of file usrmarshal.c.
| HRESULT __RPC_STUB IOleInPlaceActiveObject_TranslateAccelerator_Stub | ( | IOleInPlaceActiveObject * | This | ) |
Definition at line 2020 of file usrmarshal.c.
| BOOL CALLBACK IRunnableObject_IsRunning_Proxy | ( | IRunnableObject * | This | ) |
Definition at line 1382 of file usrmarshal.c.
| HRESULT __RPC_STUB IRunnableObject_IsRunning_Stub | ( | IRunnableObject * | This | ) |
Definition at line 1391 of file usrmarshal.c.
| HRESULT __RPC_STUB ISequentialStream_Read_Stub | ( | ISequentialStream * | This, |
| byte * | pv, | ||
| ULONG | cb, | ||
| ULONG * | pcbRead | ||
| ) |
| HRESULT __RPC_STUB ISequentialStream_Write_Stub | ( | ISequentialStream * | This, |
| const byte * | pv, | ||
| ULONG | cb, | ||
| ULONG * | pcbWritten | ||
| ) |
| HRESULT CALLBACK IStorage_EnumElements_Proxy | ( | IStorage * | This, |
| DWORD | reserved1, | ||
| void * | reserved2, | ||
| DWORD | reserved3, | ||
| IEnumSTATSTG ** | ppenum | ||
| ) |
Definition at line 1635 of file usrmarshal.c.
| HRESULT __RPC_STUB IStorage_EnumElements_Stub | ( | IStorage * | This, |
| DWORD | reserved1, | ||
| ULONG | cbReserved2, | ||
| byte * | reserved2, | ||
| DWORD | reserved3, | ||
| IEnumSTATSTG ** | ppenum | ||
| ) |
Definition at line 1648 of file usrmarshal.c.
| HRESULT CALLBACK IStorage_OpenStream_Proxy | ( | IStorage * | This, |
| LPCOLESTR | pwcsName, | ||
| void * | reserved1, | ||
| DWORD | grfMode, | ||
| DWORD | reserved2, | ||
| IStream ** | ppstm | ||
| ) |
Definition at line 1606 of file usrmarshal.c.
| HRESULT __RPC_STUB IStorage_OpenStream_Stub | ( | IStorage * | This, |
| LPCOLESTR | pwcsName, | ||
| ULONG | cbReserved1, | ||
| byte * | reserved1, | ||
| DWORD | grfMode, | ||
| DWORD | reserved2, | ||
| IStream ** | ppstm | ||
| ) |
Definition at line 1620 of file usrmarshal.c.
| HRESULT CALLBACK IStream_CopyTo_Proxy | ( | IStream * | This, |
| IStream * | pstm, | ||
| ULARGE_INTEGER | cb, | ||
| ULARGE_INTEGER * | pcbRead, | ||
| ULARGE_INTEGER * | pcbWritten | ||
| ) |
Definition at line 1549 of file usrmarshal.c.
| HRESULT __RPC_STUB IStream_CopyTo_Stub | ( | IStream * | This, |
| IStream * | pstm, | ||
| ULARGE_INTEGER | cb, | ||
| ULARGE_INTEGER * | pcbRead, | ||
| ULARGE_INTEGER * | pcbWritten | ||
| ) |
Definition at line 1568 of file usrmarshal.c.
| HRESULT CALLBACK IStream_Seek_Proxy | ( | IStream * | This, |
| LARGE_INTEGER | dlibMove, | ||
| DWORD | dwOrigin, | ||
| ULARGE_INTEGER * | plibNewPosition | ||
| ) |
Definition at line 1522 of file usrmarshal.c.
| HRESULT __RPC_STUB IStream_Seek_Stub | ( | IStream * | This, |
| LARGE_INTEGER | dlibMove, | ||
| DWORD | dwOrigin, | ||
| ULARGE_INTEGER * | plibNewPosition | ||
| ) |
Definition at line 1539 of file usrmarshal.c.
| HRESULT CALLBACK IViewObject_Draw_Proxy | ( | IViewObject * | This, |
| DWORD | dwDrawAspect, | ||
| LONG | lindex, | ||
| void * | pvAspect, | ||
| DVTARGETDEVICE * | ptd, | ||
| HDC | hdcTargetDev, | ||
| HDC | hdcDraw, | ||
| LPCRECTL | lprcBounds, | ||
| LPCRECTL | lprcWBounds, | ||
| BOOL(STDMETHODCALLTYPE *pfnContinue)(ULONG_PTR dwContinue) | , | ||
| ULONG_PTR | dwContinue | ||
| ) |
Definition at line 2094 of file usrmarshal.c.
| HRESULT __RPC_STUB IViewObject_Draw_Stub | ( | IViewObject * | This, |
| DWORD | dwDrawAspect, | ||
| LONG | lindex, | ||
| ULONG_PTR | pvAspect, | ||
| DVTARGETDEVICE * | ptd, | ||
| ULONG_PTR | hdcTargetDev, | ||
| ULONG_PTR | hdcDraw, | ||
| LPCRECTL | lprcBounds, | ||
| LPCRECTL | lprcWBounds, | ||
| IContinue * | pContinue | ||
| ) |
Definition at line 2111 of file usrmarshal.c.
| HRESULT CALLBACK IViewObject_Freeze_Proxy | ( | IViewObject * | This, |
| DWORD | dwDrawAspect, | ||
| LONG | lindex, | ||
| void * | pvAspect, | ||
| DWORD * | pdwFreeze | ||
| ) |
Definition at line 2153 of file usrmarshal.c.
| HRESULT __RPC_STUB IViewObject_Freeze_Stub | ( | IViewObject * | This, |
| DWORD | dwDrawAspect, | ||
| LONG | lindex, | ||
| ULONG_PTR | pvAspect, | ||
| DWORD * | pdwFreeze | ||
| ) |
Definition at line 2164 of file usrmarshal.c.
| HRESULT CALLBACK IViewObject_GetAdvise_Proxy | ( | IViewObject * | This, |
| DWORD * | pAspects, | ||
| DWORD * | pAdvf, | ||
| IAdviseSink ** | ppAdvSink | ||
| ) |
Definition at line 2175 of file usrmarshal.c.
| HRESULT __RPC_STUB IViewObject_GetAdvise_Stub | ( | IViewObject * | This, |
| DWORD * | pAspects, | ||
| DWORD * | pAdvf, | ||
| IAdviseSink ** | ppAdvSink | ||
| ) |
Definition at line 2185 of file usrmarshal.c.
| HRESULT CALLBACK IViewObject_GetColorSet_Proxy | ( | IViewObject * | This, |
| DWORD | dwDrawAspect, | ||
| LONG | lindex, | ||
| void * | pvAspect, | ||
| DVTARGETDEVICE * | ptd, | ||
| HDC | hicTargetDev, | ||
| LOGPALETTE ** | ppColorSet | ||
| ) |
Definition at line 2127 of file usrmarshal.c.
| HRESULT __RPC_STUB IViewObject_GetColorSet_Stub | ( | IViewObject * | This, |
| DWORD | dwDrawAspect, | ||
| LONG | lindex, | ||
| ULONG_PTR | pvAspect, | ||
| DVTARGETDEVICE * | ptd, | ||
| ULONG_PTR | hicTargetDev, | ||
| LOGPALETTE ** | ppColorSet | ||
| ) |
Definition at line 2140 of file usrmarshal.c.
| void __RPC_USER SNB_UserFree | ( | ULONG * | pFlags, |
| SNB * | pSnb | ||
| ) |
Definition at line 1244 of file usrmarshal.c.
Referenced by test_marshal_SNB().
Definition at line 1170 of file usrmarshal.c.
Referenced by test_marshal_SNB().
| ULONG __RPC_USER SNB_UserSize | ( | ULONG * | pFlags, |
| ULONG | StartingSize, | ||
| SNB * | pSnb | ||
| ) |
Definition at line 1137 of file usrmarshal.c.
Referenced by test_marshal_SNB().
Definition at line 1206 of file usrmarshal.c.
Referenced by test_marshal_SNB().
| void __RPC_USER STGMEDIUM_UserFree | ( | ULONG * | flags, |
| STGMEDIUM * | med | ||
| ) |
Definition at line 1065 of file usrmarshal.c.
Referenced by ASYNC_STGMEDIUM_UserFree(), and marshal_STGMEDIUM().
| unsigned char *__RPC_USER STGMEDIUM_UserMarshal | ( | ULONG * | pFlags, |
| unsigned char * | pBuffer, | ||
| STGMEDIUM * | pStgMedium | ||
| ) |
Definition at line 813 of file usrmarshal.c.
Referenced by ASYNC_STGMEDIUM_UserMarshal(), and marshal_STGMEDIUM().
| ULONG __RPC_USER STGMEDIUM_UserSize | ( | ULONG * | pFlags, |
| ULONG | StartingSize, | ||
| STGMEDIUM * | pStgMedium | ||
| ) |
Definition at line 718 of file usrmarshal.c.
Referenced by ASYNC_STGMEDIUM_UserSize(), and marshal_STGMEDIUM().
| unsigned char *__RPC_USER STGMEDIUM_UserUnmarshal | ( | ULONG * | pFlags, |
| unsigned char * | pBuffer, | ||
| STGMEDIUM * | pStgMedium | ||
| ) |
Definition at line 923 of file usrmarshal.c.
Referenced by ASYNC_STGMEDIUM_UserUnmarshal(), and marshal_STGMEDIUM().
| unsigned char *WINAPI WdtpInterfacePointer_UserMarshal | ( | ULONG * | pFlags, |
| ULONG | RealFlags, | ||
| unsigned char * | pBuffer, | ||
| IUnknown * | punk, | ||
| REFIID | riid | ||
| ) |
Definition at line 917 of file usrmarshal.c.
| ULONG __RPC_USER WdtpInterfacePointer_UserSize | ( | ULONG * | pFlags, |
| ULONG | RealFlags, | ||
| ULONG | StartingSize, | ||
| IUnknown * | punk, | ||
| REFIID | riid | ||
| ) |
Definition at line 882 of file usrmarshal.c.
| unsigned char *WINAPI WdtpInterfacePointer_UserUnmarshal | ( | ULONG * | pFlags, |
| unsigned char * | pBuffer, | ||
| IUnknown ** | ppunk, | ||
| REFIID | riid | ||
| ) |
Definition at line 974 of file usrmarshal.c.
| WINE_DEFAULT_DEBUG_CHANNEL | ( | ole | ) |