|
ReactOS 0.4.17-dev-540-g8f54750
|
#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 "typelib.h"#include "ocidl.h"#include "wine/debug.h"
Go to the source code of this file.
Classes | |
| struct | bstr_wire_t |
| struct | variant_wire_t |
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 | CLS_FUNCDESC 'f' |
| #define | CLS_LIBATTR 'l' |
| #define | CLS_TYPEATTR 't' |
| #define | CLS_VARDESC 'v' |
| #define | FADF_AUTOSETFLAGS |
| #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.
Definition at line 68 of file usrmarshal.c.
Definition at line 69 of file usrmarshal.c.
Definition at line 70 of file usrmarshal.c.
Definition at line 71 of file usrmarshal.c.
| #define COBJMACROS |
Definition at line 25 of file usrmarshal.c.
| #define FADF_AUTOSETFLAGS |
Definition at line 1025 of file usrmarshal.c.
Definition at line 187 of file usrmarshal.c.
Referenced by test_marshal_BSTR(), and VARIANT_UserFree().
Definition at line 144 of file usrmarshal.c.
Referenced by LPSAFEARRAY_UserMarshal(), test_marshal_BSTR(), and VARIANT_UserMarshal().
Definition at line 134 of file usrmarshal.c.
Referenced by LPSAFEARRAY_UserSize(), test_marshal_BSTR(), and wire_extra_user_size().
Definition at line 166 of file usrmarshal.c.
Referenced by LPSAFEARRAY_UserUnmarshal(), test_marshal_BSTR(), and VARIANT_UserUnmarshal().
Definition at line 120 of file usrmarshal.c.
| unsigned char *WINAPI CLEANLOCALSTORAGE_UserMarshal | ( | ULONG * | pFlags, |
| unsigned char * | Buffer, | ||
| CLEANLOCALSTORAGE * | pstg | ||
| ) |
Definition at line 79 of file usrmarshal.c.
Definition at line 73 of file usrmarshal.c.
| unsigned char *WINAPI CLEANLOCALSTORAGE_UserUnmarshal | ( | ULONG * | pFlags, |
| unsigned char * | Buffer, | ||
| CLEANLOCALSTORAGE * | pstr | ||
| ) |
Definition at line 113 of file usrmarshal.c.
Definition at line 50 of file usrmarshal.c.
Referenced by LPSAFEARRAY_UserFree(), LPSAFEARRAY_UserMarshal(), LPSAFEARRAY_UserSize(), and LPSAFEARRAY_UserUnmarshal().
|
static |
Definition at line 765 of file usrmarshal.c.
Referenced by LPSAFEARRAY_UserUnmarshal().
|
static |
Definition at line 747 of file usrmarshal.c.
Referenced by check_safearray(), and LPSAFEARRAY_UserMarshal().
|
static |
Definition at line 1448 of file usrmarshal.c.
Referenced by free_embedded_arraydesc(), and free_embedded_typedesc().
|
static |
Definition at line 1480 of file usrmarshal.c.
Referenced by ITypeInfo_ReleaseFuncDesc_Proxy(), and ITypeInfo_ReleaseVarDesc_Proxy().
|
static |
Definition at line 1464 of file usrmarshal.c.
Referenced by free_embedded_arraydesc(), free_embedded_elemdesc(), free_embedded_typedesc(), and ITypeInfo_ReleaseTypeAttr_Proxy().
Definition at line 259 of file usrmarshal.c.
Referenced by VARIANT_UserMarshal(), VARIANT_UserSize(), and VARIANT_UserUnmarshal().
Definition at line 207 of file usrmarshal.c.
Referenced by create_signature_columns_and_data(), get_type_alignment(), IRecordInfoImpl_RecordCopy(), to_array(), VARIANT_UserMarshal(), VARIANT_UserSize(), and VARIANT_UserUnmarshal().
Definition at line 1234 of file usrmarshal.c.
Definition at line 1222 of file usrmarshal.c.
Definition at line 1216 of file usrmarshal.c.
| unsigned char *WINAPI HFONT_UserUnmarshal | ( | ULONG * | pFlags, |
| unsigned char * | Buffer, | ||
| HFONT * | phfont | ||
| ) |
Definition at line 1228 of file usrmarshal.c.
| void CALLBACK IAdviseSinkEx_OnViewStatusChange_Proxy | ( | IAdviseSinkEx * | This, |
| DWORD | dwViewStatus | ||
| ) |
| HRESULT __RPC_STUB IAdviseSinkEx_OnViewStatusChange_Stub | ( | IAdviseSinkEx * | This, |
| DWORD | dwViewStatus | ||
| ) |
Definition at line 2537 of file usrmarshal.c.
| HRESULT CALLBACK IClassFactory2_CreateInstanceLic_Proxy | ( | IClassFactory2 * | This, |
| IUnknown * | pUnkOuter, | ||
| IUnknown * | pUnkReserved, | ||
| REFIID | riid, | ||
| BSTR | bstrKey, | ||
| PVOID * | ppvObj | ||
| ) |
Definition at line 2384 of file usrmarshal.c.
| HRESULT __RPC_STUB IClassFactory2_CreateInstanceLic_Stub | ( | IClassFactory2 * | This, |
| REFIID | riid, | ||
| BSTR | bstrKey, | ||
| IUnknown ** | ppvObj | ||
| ) |
Definition at line 2405 of file usrmarshal.c.
| HRESULT CALLBACK IDispatch_Invoke_Proxy | ( | IDispatch * | This, |
| DISPID | dispIdMember, | ||
| REFIID | riid, | ||
| LCID | lcid, | ||
| WORD | wFlags, | ||
| DISPPARAMS * | pDispParams, | ||
| VARIANT * | pVarResult, | ||
| EXCEPINFO * | pExcepInfo, | ||
| UINT * | puArgErr | ||
| ) |
Definition at line 1245 of file usrmarshal.c.
| HRESULT __RPC_STUB IDispatch_Invoke_Stub | ( | IDispatch * | This, |
| DISPID | dispIdMember, | ||
| REFIID | riid, | ||
| LCID | lcid, | ||
| DWORD | dwFlags, | ||
| DISPPARAMS * | pDispParams, | ||
| VARIANT * | pVarResult, | ||
| EXCEPINFO * | pExcepInfo, | ||
| UINT * | pArgErr, | ||
| UINT | cVarRef, | ||
| UINT * | rgVarRefIdx, | ||
| VARIANTARG * | rgVarRef | ||
| ) |
Definition at line 1335 of file usrmarshal.c.
| HRESULT CALLBACK IEnumConnectionPoints_Next_Proxy | ( | IEnumConnectionPoints * | This, |
| ULONG | cConnections, | ||
| IConnectionPoint ** | ppCP, | ||
| ULONG * | pcFetched | ||
| ) |
Definition at line 2449 of file usrmarshal.c.
| HRESULT __RPC_STUB IEnumConnectionPoints_Next_Stub | ( | IEnumConnectionPoints * | This, |
| ULONG | cConnections, | ||
| IConnectionPoint ** | ppCP, | ||
| ULONG * | pcFetched | ||
| ) |
Definition at line 2465 of file usrmarshal.c.
| HRESULT CALLBACK IEnumConnections_Next_Proxy | ( | IEnumConnections * | This, |
| ULONG | cConnections, | ||
| LPCONNECTDATA | rgcd, | ||
| ULONG * | pcFetched | ||
| ) |
Definition at line 2415 of file usrmarshal.c.
| HRESULT __RPC_STUB IEnumConnections_Next_Stub | ( | IEnumConnections * | This, |
| ULONG | cConnections, | ||
| LPCONNECTDATA | rgcd, | ||
| ULONG * | pcFetched | ||
| ) |
Definition at line 2431 of file usrmarshal.c.
| HRESULT CALLBACK IEnumOleUndoUnits_Next_Proxy | ( | IEnumOleUndoUnits * | This, |
| ULONG | cElt, | ||
| IOleUndoUnit ** | rgElt, | ||
| ULONG * | pcEltFetched | ||
| ) |
Definition at line 2546 of file usrmarshal.c.
| HRESULT __RPC_STUB IEnumOleUndoUnits_Next_Stub | ( | IEnumOleUndoUnits * | This, |
| ULONG | cElt, | ||
| IOleUndoUnit ** | rgElt, | ||
| ULONG * | pcEltFetched | ||
| ) |
Definition at line 2562 of file usrmarshal.c.
| HRESULT CALLBACK IEnumVARIANT_Next_Proxy | ( | IEnumVARIANT * | This, |
| ULONG | celt, | ||
| VARIANT * | rgVar, | ||
| ULONG * | pCeltFetched | ||
| ) |
Definition at line 1414 of file usrmarshal.c.
| HRESULT __RPC_STUB IEnumVARIANT_Next_Stub | ( | IEnumVARIANT * | This, |
| ULONG | celt, | ||
| VARIANT * | rgVar, | ||
| ULONG * | pCeltFetched | ||
| ) |
|
static |
Definition at line 325 of file usrmarshal.c.
Referenced by LPSAFEARRAY_UserMarshal(), and VARIANT_UserMarshal().
|
static |
Definition at line 269 of file usrmarshal.c.
Referenced by LPSAFEARRAY_UserSize(), and wire_extra_user_size().
|
static |
Definition at line 346 of file usrmarshal.c.
Referenced by LPSAFEARRAY_UserUnmarshal(), and VARIANT_UserUnmarshal().
| HRESULT CALLBACK IPersistMemory_Load_Proxy | ( | IPersistMemory * | This, |
| LPVOID | pMem, | ||
| ULONG | cbSize | ||
| ) |
Definition at line 2483 of file usrmarshal.c.
| HRESULT __RPC_STUB IPersistMemory_Load_Stub | ( | IPersistMemory * | This, |
| BYTE * | pMem, | ||
| ULONG | cbSize | ||
| ) |
Definition at line 2496 of file usrmarshal.c.
| HRESULT CALLBACK IPersistMemory_Save_Proxy | ( | IPersistMemory * | This, |
| LPVOID | pMem, | ||
| BOOL | fClearDirty, | ||
| ULONG | cbSize | ||
| ) |
Definition at line 2505 of file usrmarshal.c.
| HRESULT __RPC_STUB IPersistMemory_Save_Stub | ( | IPersistMemory * | This, |
| BYTE * | pMem, | ||
| BOOL | fClearDirty, | ||
| ULONG | cbSize | ||
| ) |
Definition at line 2519 of file usrmarshal.c.
| HRESULT CALLBACK IPropertyBag_Read_Proxy | ( | IPropertyBag * | This, |
| LPCOLESTR | pszPropName, | ||
| VARIANT * | pVar, | ||
| IErrorLog * | pErrorLog | ||
| ) |
Definition at line 2295 of file usrmarshal.c.
| HRESULT __RPC_STUB IPropertyBag_Read_Stub | ( | IPropertyBag * | This, |
| LPCOLESTR | pszPropName, | ||
| VARIANT * | pVar, | ||
| IErrorLog * | pErrorLog, | ||
| DWORD | varType, | ||
| IUnknown * | pUnkObj | ||
| ) |
Definition at line 2333 of file usrmarshal.c.
| HRESULT CALLBACK IQuickActivate_QuickActivate_Proxy | ( | IQuickActivate * | This, |
| QACONTAINER * | pQaContainer, | ||
| QACONTROL * | pQaControl | ||
| ) |
Definition at line 2580 of file usrmarshal.c.
| HRESULT __RPC_STUB IQuickActivate_QuickActivate_Stub | ( | IQuickActivate * | This, |
| QACONTAINER * | pQaContainer, | ||
| QACONTROL * | pQaControl | ||
| ) |
Definition at line 2589 of file usrmarshal.c.
| HRESULT CALLBACK ITypeComp_Bind_Proxy | ( | ITypeComp * | This, |
| LPOLESTR | name, | ||
| ULONG | lHashVal, | ||
| WORD | flags, | ||
| ITypeInfo ** | ti, | ||
| DESCKIND * | desckind, | ||
| BINDPTR * | bindptr | ||
| ) |
Definition at line 1489 of file usrmarshal.c.
| HRESULT __RPC_STUB ITypeComp_Bind_Stub | ( | ITypeComp * | This, |
| LPOLESTR | name, | ||
| ULONG | lHashVal, | ||
| WORD | flags, | ||
| ITypeInfo ** | ti, | ||
| DESCKIND * | desckind, | ||
| FUNCDESC ** | funcdesc, | ||
| VARDESC ** | vardesc, | ||
| ITypeComp ** | typecomp, | ||
| CLEANLOCALSTORAGE * | stg | ||
| ) |
Definition at line 1535 of file usrmarshal.c.
| HRESULT CALLBACK ITypeComp_BindType_Proxy | ( | ITypeComp * | This, |
| LPOLESTR | name, | ||
| ULONG | lHashVal, | ||
| ITypeInfo ** | ti, | ||
| ITypeComp ** | typecomp | ||
| ) |
Definition at line 1593 of file usrmarshal.c.
| HRESULT __RPC_STUB ITypeComp_BindType_Stub | ( | ITypeComp * | This, |
| LPOLESTR | name, | ||
| ULONG | lHashVal, | ||
| ITypeInfo ** | ti | ||
| ) |
Definition at line 1613 of file usrmarshal.c.
| HRESULT CALLBACK ITypeInfo2_GetDocumentation2_Proxy | ( | ITypeInfo2 * | This, |
| MEMBERID | memid, | ||
| LCID | lcid, | ||
| BSTR * | help_string, | ||
| DWORD * | help_context, | ||
| BSTR * | help_dll | ||
| ) |
Definition at line 2028 of file usrmarshal.c.
| HRESULT __RPC_STUB ITypeInfo2_GetDocumentation2_Stub | ( | ITypeInfo2 * | This, |
| MEMBERID | memid, | ||
| LCID | lcid, | ||
| DWORD | flags, | ||
| BSTR * | help_string, | ||
| DWORD * | help_context, | ||
| BSTR * | help_dll | ||
| ) |
| HRESULT CALLBACK ITypeInfo_AddressOfMember_Proxy | ( | ITypeInfo * | This, |
| MEMBERID | memid, | ||
| INVOKEKIND | invKind, | ||
| PVOID * | ppv | ||
| ) |
Definition at line 1890 of file usrmarshal.c.
| HRESULT __RPC_STUB ITypeInfo_AddressOfMember_Stub | ( | ITypeInfo * | This | ) |
Definition at line 1900 of file usrmarshal.c.
| HRESULT CALLBACK ITypeInfo_CreateInstance_Proxy | ( | ITypeInfo * | This, |
| IUnknown * | pUnkOuter, | ||
| REFIID | riid, | ||
| PVOID * | ppvObj | ||
| ) |
Definition at line 1907 of file usrmarshal.c.
| HRESULT __RPC_STUB ITypeInfo_CreateInstance_Stub | ( | ITypeInfo * | This, |
| REFIID | riid, | ||
| IUnknown ** | ppvObj | ||
| ) |
Definition at line 1917 of file usrmarshal.c.
| HRESULT CALLBACK ITypeInfo_GetContainingTypeLib_Proxy | ( | ITypeInfo * | This, |
| ITypeLib ** | ppTLib, | ||
| UINT * | pIndex | ||
| ) |
Definition at line 1926 of file usrmarshal.c.
| HRESULT __RPC_STUB ITypeInfo_GetContainingTypeLib_Stub | ( | ITypeInfo * | This, |
| ITypeLib ** | ppTLib, | ||
| UINT * | pIndex | ||
| ) |
| HRESULT CALLBACK ITypeInfo_GetDllEntry_Proxy | ( | ITypeInfo * | This, |
| MEMBERID | memid, | ||
| INVOKEKIND | invkind, | ||
| BSTR * | dll_name, | ||
| BSTR * | name, | ||
| WORD * | ordinal | ||
| ) |
Definition at line 1846 of file usrmarshal.c.
| HRESULT __RPC_STUB ITypeInfo_GetDllEntry_Stub | ( | ITypeInfo * | This, |
| MEMBERID | memid, | ||
| INVOKEKIND | invkind, | ||
| DWORD | flags, | ||
| BSTR * | dll_name, | ||
| BSTR * | name, | ||
| WORD * | ordinal | ||
| ) |
Definition at line 1873 of file usrmarshal.c.
| HRESULT CALLBACK ITypeInfo_GetDocumentation_Proxy | ( | ITypeInfo * | This, |
| MEMBERID | memid, | ||
| BSTR * | name, | ||
| BSTR * | doc_string, | ||
| DWORD * | help_context, | ||
| BSTR * | help_file | ||
| ) |
Definition at line 1800 of file usrmarshal.c.
| HRESULT __RPC_STUB ITypeInfo_GetDocumentation_Stub | ( | ITypeInfo * | This, |
| MEMBERID | memid, | ||
| DWORD | flags, | ||
| BSTR * | name, | ||
| BSTR * | doc_string, | ||
| DWORD * | help_context, | ||
| BSTR * | help_file | ||
| ) |
| HRESULT CALLBACK ITypeInfo_GetFuncDesc_Proxy | ( | ITypeInfo * | This, |
| UINT | index, | ||
| FUNCDESC ** | ppFuncDesc | ||
| ) |
Definition at line 1668 of file usrmarshal.c.
| HRESULT __RPC_STUB ITypeInfo_GetFuncDesc_Stub | ( | ITypeInfo * | This, |
| UINT | index, | ||
| LPFUNCDESC * | ppFuncDesc, | ||
| CLEANLOCALSTORAGE * | pDummy | ||
| ) |
Definition at line 1683 of file usrmarshal.c.
| HRESULT CALLBACK ITypeInfo_GetIDsOfNames_Proxy | ( | ITypeInfo * | This, |
| LPOLESTR * | rgszNames, | ||
| UINT | cNames, | ||
| MEMBERID * | pMemId | ||
| ) |
Definition at line 1762 of file usrmarshal.c.
| HRESULT __RPC_STUB ITypeInfo_GetIDsOfNames_Stub | ( | ITypeInfo * | This | ) |
Definition at line 1772 of file usrmarshal.c.
| HRESULT CALLBACK ITypeInfo_GetNames_Proxy | ( | ITypeInfo * | This, |
| MEMBERID | memid, | ||
| BSTR * | rgBstrNames, | ||
| UINT | cMaxNames, | ||
| UINT * | pcNames | ||
| ) |
Definition at line 1738 of file usrmarshal.c.
| HRESULT __RPC_STUB ITypeInfo_GetNames_Stub | ( | ITypeInfo * | This, |
| MEMBERID | memid, | ||
| BSTR * | rgBstrNames, | ||
| UINT | cMaxNames, | ||
| UINT * | pcNames | ||
| ) |
Definition at line 1750 of file usrmarshal.c.
| HRESULT __RPC_STUB ITypeInfo_GetTypeAttr_Stub | ( | ITypeInfo * | This, |
| LPTYPEATTR * | ppTypeAttr, | ||
| CLEANLOCALSTORAGE * | pDummy | ||
| ) |
Definition at line 1649 of file usrmarshal.c.
| HRESULT __RPC_STUB ITypeInfo_GetVarDesc_Stub | ( | ITypeInfo * | This, |
| UINT | index, | ||
| LPVARDESC * | ppVarDesc, | ||
| CLEANLOCALSTORAGE * | pDummy | ||
| ) |
Definition at line 1718 of file usrmarshal.c.
| HRESULT CALLBACK ITypeInfo_Invoke_Proxy | ( | ITypeInfo * | This, |
| PVOID | pvInstance, | ||
| MEMBERID | memid, | ||
| WORD | wFlags, | ||
| DISPPARAMS * | pDispParams, | ||
| VARIANT * | pVarResult, | ||
| EXCEPINFO * | pExcepInfo, | ||
| UINT * | puArgErr | ||
| ) |
Definition at line 1779 of file usrmarshal.c.
| HRESULT __RPC_STUB ITypeInfo_Invoke_Stub | ( | ITypeInfo * | This | ) |
Definition at line 1793 of file usrmarshal.c.
Definition at line 1976 of file usrmarshal.c.
| HRESULT __RPC_STUB ITypeInfo_ReleaseFuncDesc_Stub | ( | ITypeInfo * | This | ) |
Definition at line 1996 of file usrmarshal.c.
Definition at line 1960 of file usrmarshal.c.
| HRESULT __RPC_STUB ITypeInfo_ReleaseTypeAttr_Stub | ( | ITypeInfo * | This | ) |
Definition at line 1969 of file usrmarshal.c.
Definition at line 2003 of file usrmarshal.c.
| HRESULT __RPC_STUB ITypeInfo_ReleaseVarDesc_Stub | ( | ITypeInfo * | This | ) |
Definition at line 2018 of file usrmarshal.c.
| HRESULT CALLBACK ITypeLib2_GetDocumentation2_Proxy | ( | ITypeLib2 * | This, |
| INT | index, | ||
| LCID | lcid, | ||
| BSTR * | help_string, | ||
| DWORD * | help_context, | ||
| BSTR * | help_dll | ||
| ) |
Definition at line 2253 of file usrmarshal.c.
| HRESULT __RPC_STUB ITypeLib2_GetDocumentation2_Stub | ( | ITypeLib2 * | This, |
| INT | index, | ||
| LCID | lcid, | ||
| DWORD | flags, | ||
| BSTR * | help_string, | ||
| DWORD * | help_context, | ||
| BSTR * | help_dll | ||
| ) |
| HRESULT CALLBACK ITypeLib2_GetLibStatistics_Proxy | ( | ITypeLib2 * | This, |
| ULONG * | pcUniqueNames, | ||
| ULONG * | pcchUniqueNames | ||
| ) |
Definition at line 2235 of file usrmarshal.c.
| HRESULT __RPC_STUB ITypeLib2_GetLibStatistics_Stub | ( | ITypeLib2 * | This, |
| ULONG * | pcUniqueNames, | ||
| ULONG * | pcchUniqueNames | ||
| ) |
Definition at line 2244 of file usrmarshal.c.
| HRESULT CALLBACK ITypeLib_FindName_Proxy | ( | ITypeLib * | This, |
| LPOLESTR | szNameBuf, | ||
| ULONG | lHashVal, | ||
| ITypeInfo ** | ppTInfo, | ||
| MEMBERID * | rgMemId, | ||
| USHORT * | pcFound | ||
| ) |
Definition at line 2192 of file usrmarshal.c.
| HRESULT __RPC_STUB ITypeLib_FindName_Stub | ( | ITypeLib * | This, |
| LPOLESTR | szNameBuf, | ||
| ULONG | lHashVal, | ||
| ITypeInfo ** | ppTInfo, | ||
| MEMBERID * | rgMemId, | ||
| USHORT * | pcFound, | ||
| BSTR * | pBstrLibName | ||
| ) |
Definition at line 2204 of file usrmarshal.c.
| HRESULT CALLBACK ITypeLib_GetDocumentation_Proxy | ( | ITypeLib * | This, |
| INT | index, | ||
| BSTR * | name, | ||
| BSTR * | doc_string, | ||
| DWORD * | help_context, | ||
| BSTR * | help_file | ||
| ) |
Definition at line 2126 of file usrmarshal.c.
| HRESULT __RPC_STUB ITypeLib_GetDocumentation_Stub | ( | ITypeLib * | This, |
| INT | index, | ||
| DWORD | flags, | ||
| BSTR * | name, | ||
| BSTR * | doc_string, | ||
| DWORD * | help_context, | ||
| BSTR * | help_file | ||
| ) |
| HRESULT __RPC_STUB ITypeLib_GetLibAttr_Stub | ( | ITypeLib * | This, |
| LPTLIBATTR * | ppTLibAttr, | ||
| CLEANLOCALSTORAGE * | pDummy | ||
| ) |
Definition at line 2107 of file usrmarshal.c.
| HRESULT __RPC_STUB ITypeLib_GetTypeInfoCount_Stub | ( | ITypeLib * | This, |
| UINT * | pcTInfo | ||
| ) |
| HRESULT CALLBACK ITypeLib_IsName_Proxy | ( | ITypeLib * | This, |
| LPOLESTR | szNameBuf, | ||
| ULONG | lHashVal, | ||
| BOOL * | pfName | ||
| ) |
Definition at line 2171 of file usrmarshal.c.
| HRESULT __RPC_STUB ITypeLib_IsName_Stub | ( | ITypeLib * | This, |
| LPOLESTR | szNameBuf, | ||
| ULONG | lHashVal, | ||
| BOOL * | pfName, | ||
| BSTR * | pBstrLibName | ||
| ) |
Definition at line 2181 of file usrmarshal.c.
Definition at line 2217 of file usrmarshal.c.
| HRESULT __RPC_STUB ITypeLib_ReleaseTLibAttr_Stub | ( | ITypeLib * | This | ) |
Definition at line 2225 of file usrmarshal.c.
| void WINAPI LPSAFEARRAY_UserFree | ( | ULONG * | pFlags, |
| LPSAFEARRAY * | ppsa | ||
| ) |
Definition at line 1207 of file usrmarshal.c.
Referenced by test_marshal_LPSAFEARRAY(), and VARIANT_UserFree().
| unsigned char *WINAPI LPSAFEARRAY_UserMarshal | ( | ULONG * | pFlags, |
| unsigned char * | Buffer, | ||
| LPSAFEARRAY * | ppsa | ||
| ) |
Definition at line 887 of file usrmarshal.c.
Referenced by test_marshal_LPSAFEARRAY(), and VARIANT_UserMarshal().
| ULONG WINAPI LPSAFEARRAY_UserSize | ( | ULONG * | pFlags, |
| ULONG | StartingSize, | ||
| LPSAFEARRAY * | ppsa | ||
| ) |
Definition at line 785 of file usrmarshal.c.
Referenced by test_marshal_LPSAFEARRAY(), and wire_extra_user_size().
| unsigned char *WINAPI LPSAFEARRAY_UserUnmarshal | ( | ULONG * | pFlags, |
| unsigned char * | Buffer, | ||
| LPSAFEARRAY * | ppsa | ||
| ) |
Definition at line 1029 of file usrmarshal.c.
Referenced by test_marshal_LPSAFEARRAY(), and VARIANT_UserUnmarshal().
Definition at line 675 of file usrmarshal.c.
Referenced by LPSAFEARRAY_UserMarshal(), LPSAFEARRAY_UserSize(), and LPSAFEARRAY_UserUnmarshal().
|
inlinestatic |
Definition at line 692 of file usrmarshal.c.
Referenced by LPSAFEARRAY_UserMarshal(), and LPSAFEARRAY_UserSize().
Definition at line 628 of file usrmarshal.c.
Referenced by test_marshal_VARIANT(), and VARIANT_UserFree().
| unsigned char *WINAPI VARIANT_UserMarshal | ( | ULONG * | pFlags, |
| unsigned char * | Buffer, | ||
| VARIANT * | pvar | ||
| ) |
Definition at line 386 of file usrmarshal.c.
Referenced by LPSAFEARRAY_UserMarshal(), test_marshal_VARIANT(), and VARIANT_UserMarshal().
Definition at line 363 of file usrmarshal.c.
Referenced by LPSAFEARRAY_UserSize(), test_marshal_LPSAFEARRAY(), test_marshal_VARIANT(), and wire_extra_user_size().
| unsigned char *WINAPI VARIANT_UserUnmarshal | ( | ULONG * | pFlags, |
| unsigned char * | Buffer, | ||
| VARIANT * | pvar | ||
| ) |
Definition at line 490 of file usrmarshal.c.
Referenced by LPSAFEARRAY_UserUnmarshal(), test_marshal_VARIANT(), and VARIANT_UserUnmarshal().
| unsigned char *__RPC_USER 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 *__RPC_USER WdtpInterfacePointer_UserUnmarshal | ( | ULONG * | pFlags, |
| unsigned char * | pBuffer, | ||
| IUnknown ** | ppunk, | ||
| REFIID | riid | ||
| ) |
Definition at line 974 of file usrmarshal.c.
| WINE_DEFAULT_DEBUG_CHANNEL | ( | ole | ) |
Definition at line 287 of file usrmarshal.c.
Referenced by VARIANT_UserSize().