ReactOS 0.4.16-dev-297-gc569aee
|
#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 | NONAMELESSUNION |
#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 44 of file usrmarshal.c.
#define ALIGN_POINTER | ( | _Ptr, | |
_Align | |||
) | _Ptr = ALIGNED_POINTER(_Ptr, _Align) |
Definition at line 45 of file usrmarshal.c.
#define ALIGNED_LENGTH | ( | _Len, | |
_Align | |||
) | (((_Len)+(_Align))&~(_Align)) |
Definition at line 42 of file usrmarshal.c.
#define ALIGNED_POINTER | ( | _Ptr, | |
_Align | |||
) | ((LPVOID)ALIGNED_LENGTH((ULONG_PTR)(_Ptr), _Align)) |
Definition at line 43 of file usrmarshal.c.
Definition at line 70 of file usrmarshal.c.
Definition at line 71 of file usrmarshal.c.
Definition at line 72 of file usrmarshal.c.
Definition at line 73 of file usrmarshal.c.
#define COBJMACROS |
Definition at line 25 of file usrmarshal.c.
#define FADF_AUTOSETFLAGS |
Definition at line 966 of file usrmarshal.c.
#define NONAMELESSUNION |
Definition at line 26 of file usrmarshal.c.
Definition at line 189 of file usrmarshal.c.
Referenced by test_marshal_BSTR(), and VARIANT_UserFree().
Definition at line 146 of file usrmarshal.c.
Referenced by LPSAFEARRAY_UserMarshal(), test_marshal_BSTR(), and VARIANT_UserMarshal().
Definition at line 136 of file usrmarshal.c.
Referenced by LPSAFEARRAY_UserSize(), test_marshal_BSTR(), and wire_extra_user_size().
Definition at line 168 of file usrmarshal.c.
Referenced by LPSAFEARRAY_UserUnmarshal(), test_marshal_BSTR(), and VARIANT_UserUnmarshal().
Definition at line 122 of file usrmarshal.c.
unsigned char *WINAPI CLEANLOCALSTORAGE_UserMarshal | ( | ULONG * | pFlags, |
unsigned char * | Buffer, | ||
CLEANLOCALSTORAGE * | pstg | ||
) |
Definition at line 81 of file usrmarshal.c.
Definition at line 75 of file usrmarshal.c.
unsigned char *WINAPI CLEANLOCALSTORAGE_UserUnmarshal | ( | ULONG * | pFlags, |
unsigned char * | Buffer, | ||
CLEANLOCALSTORAGE * | pstr | ||
) |
Definition at line 115 of file usrmarshal.c.
Definition at line 52 of file usrmarshal.c.
Referenced by LPSAFEARRAY_UserFree(), LPSAFEARRAY_UserMarshal(), LPSAFEARRAY_UserSize(), and LPSAFEARRAY_UserUnmarshal().
|
static |
Definition at line 744 of file usrmarshal.c.
Referenced by LPSAFEARRAY_UserUnmarshal().
|
static |
Definition at line 734 of file usrmarshal.c.
Referenced by check_safearray(), and LPSAFEARRAY_UserMarshal().
|
static |
Definition at line 1375 of file usrmarshal.c.
Referenced by free_embedded_arraydesc(), and free_embedded_typedesc().
|
static |
Definition at line 1407 of file usrmarshal.c.
Referenced by ITypeInfo_ReleaseFuncDesc_Proxy(), and ITypeInfo_ReleaseVarDesc_Proxy().
|
static |
Definition at line 1391 of file usrmarshal.c.
Referenced by free_embedded_arraydesc(), free_embedded_elemdesc(), free_embedded_typedesc(), and ITypeInfo_ReleaseTypeAttr_Proxy().
Definition at line 261 of file usrmarshal.c.
Referenced by VARIANT_UserMarshal(), VARIANT_UserSize(), and VARIANT_UserUnmarshal().
Definition at line 209 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 1161 of file usrmarshal.c.
Definition at line 1149 of file usrmarshal.c.
Definition at line 1143 of file usrmarshal.c.
unsigned char *WINAPI HFONT_UserUnmarshal | ( | ULONG * | pFlags, |
unsigned char * | Buffer, | ||
HFONT * | phfont | ||
) |
Definition at line 1155 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 2460 of file usrmarshal.c.
HRESULT CALLBACK IClassFactory2_CreateInstanceLic_Proxy | ( | IClassFactory2 * | This, |
IUnknown * | pUnkOuter, | ||
IUnknown * | pUnkReserved, | ||
REFIID | riid, | ||
BSTR | bstrKey, | ||
PVOID * | ppvObj | ||
) |
Definition at line 2307 of file usrmarshal.c.
HRESULT __RPC_STUB IClassFactory2_CreateInstanceLic_Stub | ( | IClassFactory2 * | This, |
REFIID | riid, | ||
BSTR | bstrKey, | ||
IUnknown ** | ppvObj | ||
) |
Definition at line 2328 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 1172 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 1262 of file usrmarshal.c.
HRESULT CALLBACK IEnumConnectionPoints_Next_Proxy | ( | IEnumConnectionPoints * | This, |
ULONG | cConnections, | ||
IConnectionPoint ** | ppCP, | ||
ULONG * | pcFetched | ||
) |
Definition at line 2372 of file usrmarshal.c.
HRESULT __RPC_STUB IEnumConnectionPoints_Next_Stub | ( | IEnumConnectionPoints * | This, |
ULONG | cConnections, | ||
IConnectionPoint ** | ppCP, | ||
ULONG * | pcFetched | ||
) |
Definition at line 2388 of file usrmarshal.c.
HRESULT CALLBACK IEnumConnections_Next_Proxy | ( | IEnumConnections * | This, |
ULONG | cConnections, | ||
LPCONNECTDATA | rgcd, | ||
ULONG * | pcFetched | ||
) |
Definition at line 2338 of file usrmarshal.c.
HRESULT __RPC_STUB IEnumConnections_Next_Stub | ( | IEnumConnections * | This, |
ULONG | cConnections, | ||
LPCONNECTDATA | rgcd, | ||
ULONG * | pcFetched | ||
) |
Definition at line 2354 of file usrmarshal.c.
HRESULT CALLBACK IEnumOleUndoUnits_Next_Proxy | ( | IEnumOleUndoUnits * | This, |
ULONG | cElt, | ||
IOleUndoUnit ** | rgElt, | ||
ULONG * | pcEltFetched | ||
) |
Definition at line 2469 of file usrmarshal.c.
HRESULT __RPC_STUB IEnumOleUndoUnits_Next_Stub | ( | IEnumOleUndoUnits * | This, |
ULONG | cElt, | ||
IOleUndoUnit ** | rgElt, | ||
ULONG * | pcEltFetched | ||
) |
Definition at line 2485 of file usrmarshal.c.
HRESULT CALLBACK IEnumVARIANT_Next_Proxy | ( | IEnumVARIANT * | This, |
ULONG | celt, | ||
VARIANT * | rgVar, | ||
ULONG * | pCeltFetched | ||
) |
Definition at line 1341 of file usrmarshal.c.
HRESULT __RPC_STUB IEnumVARIANT_Next_Stub | ( | IEnumVARIANT * | This, |
ULONG | celt, | ||
VARIANT * | rgVar, | ||
ULONG * | pCeltFetched | ||
) |
|
static |
Definition at line 327 of file usrmarshal.c.
Referenced by VARIANT_UserMarshal().
Definition at line 271 of file usrmarshal.c.
Referenced by wire_extra_user_size().
|
static |
Definition at line 348 of file usrmarshal.c.
Referenced by VARIANT_UserUnmarshal().
HRESULT CALLBACK IPersistMemory_Load_Proxy | ( | IPersistMemory * | This, |
LPVOID | pMem, | ||
ULONG | cbSize | ||
) |
Definition at line 2406 of file usrmarshal.c.
HRESULT __RPC_STUB IPersistMemory_Load_Stub | ( | IPersistMemory * | This, |
BYTE * | pMem, | ||
ULONG | cbSize | ||
) |
Definition at line 2419 of file usrmarshal.c.
HRESULT CALLBACK IPersistMemory_Save_Proxy | ( | IPersistMemory * | This, |
LPVOID | pMem, | ||
BOOL | fClearDirty, | ||
ULONG | cbSize | ||
) |
Definition at line 2428 of file usrmarshal.c.
HRESULT __RPC_STUB IPersistMemory_Save_Stub | ( | IPersistMemory * | This, |
BYTE * | pMem, | ||
BOOL | fClearDirty, | ||
ULONG | cbSize | ||
) |
Definition at line 2442 of file usrmarshal.c.
HRESULT CALLBACK IPropertyBag_Read_Proxy | ( | IPropertyBag * | This, |
LPCOLESTR | pszPropName, | ||
VARIANT * | pVar, | ||
IErrorLog * | pErrorLog | ||
) |
Definition at line 2218 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 2256 of file usrmarshal.c.
HRESULT CALLBACK IQuickActivate_QuickActivate_Proxy | ( | IQuickActivate * | This, |
QACONTAINER * | pQaContainer, | ||
QACONTROL * | pQaControl | ||
) |
Definition at line 2503 of file usrmarshal.c.
HRESULT __RPC_STUB IQuickActivate_QuickActivate_Stub | ( | IQuickActivate * | This, |
QACONTAINER * | pQaContainer, | ||
QACONTROL * | pQaControl | ||
) |
Definition at line 2512 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 1416 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 1462 of file usrmarshal.c.
HRESULT CALLBACK ITypeComp_BindType_Proxy | ( | ITypeComp * | This, |
LPOLESTR | name, | ||
ULONG | lHashVal, | ||
ITypeInfo ** | ti, | ||
ITypeComp ** | typecomp | ||
) |
Definition at line 1520 of file usrmarshal.c.
HRESULT __RPC_STUB ITypeComp_BindType_Stub | ( | ITypeComp * | This, |
LPOLESTR | name, | ||
ULONG | lHashVal, | ||
ITypeInfo ** | ti | ||
) |
Definition at line 1540 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 1953 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 1815 of file usrmarshal.c.
HRESULT __RPC_STUB ITypeInfo_AddressOfMember_Stub | ( | ITypeInfo * | This | ) |
Definition at line 1825 of file usrmarshal.c.
HRESULT CALLBACK ITypeInfo_CreateInstance_Proxy | ( | ITypeInfo * | This, |
IUnknown * | pUnkOuter, | ||
REFIID | riid, | ||
PVOID * | ppvObj | ||
) |
Definition at line 1832 of file usrmarshal.c.
HRESULT __RPC_STUB ITypeInfo_CreateInstance_Stub | ( | ITypeInfo * | This, |
REFIID | riid, | ||
IUnknown ** | ppvObj | ||
) |
Definition at line 1842 of file usrmarshal.c.
HRESULT CALLBACK ITypeInfo_GetContainingTypeLib_Proxy | ( | ITypeInfo * | This, |
ITypeLib ** | ppTLib, | ||
UINT * | pIndex | ||
) |
Definition at line 1851 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 1772 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 1798 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 1727 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 1595 of file usrmarshal.c.
HRESULT __RPC_STUB ITypeInfo_GetFuncDesc_Stub | ( | ITypeInfo * | This, |
UINT | index, | ||
LPFUNCDESC * | ppFuncDesc, | ||
CLEANLOCALSTORAGE * | pDummy | ||
) |
Definition at line 1610 of file usrmarshal.c.
HRESULT CALLBACK ITypeInfo_GetIDsOfNames_Proxy | ( | ITypeInfo * | This, |
LPOLESTR * | rgszNames, | ||
UINT | cNames, | ||
MEMBERID * | pMemId | ||
) |
Definition at line 1689 of file usrmarshal.c.
HRESULT __RPC_STUB ITypeInfo_GetIDsOfNames_Stub | ( | ITypeInfo * | This | ) |
Definition at line 1699 of file usrmarshal.c.
HRESULT CALLBACK ITypeInfo_GetNames_Proxy | ( | ITypeInfo * | This, |
MEMBERID | memid, | ||
BSTR * | rgBstrNames, | ||
UINT | cMaxNames, | ||
UINT * | pcNames | ||
) |
Definition at line 1665 of file usrmarshal.c.
HRESULT __RPC_STUB ITypeInfo_GetNames_Stub | ( | ITypeInfo * | This, |
MEMBERID | memid, | ||
BSTR * | rgBstrNames, | ||
UINT | cMaxNames, | ||
UINT * | pcNames | ||
) |
Definition at line 1677 of file usrmarshal.c.
HRESULT __RPC_STUB ITypeInfo_GetTypeAttr_Stub | ( | ITypeInfo * | This, |
LPTYPEATTR * | ppTypeAttr, | ||
CLEANLOCALSTORAGE * | pDummy | ||
) |
Definition at line 1576 of file usrmarshal.c.
HRESULT __RPC_STUB ITypeInfo_GetVarDesc_Stub | ( | ITypeInfo * | This, |
UINT | index, | ||
LPVARDESC * | ppVarDesc, | ||
CLEANLOCALSTORAGE * | pDummy | ||
) |
Definition at line 1645 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 1706 of file usrmarshal.c.
HRESULT __RPC_STUB ITypeInfo_Invoke_Stub | ( | ITypeInfo * | This | ) |
Definition at line 1720 of file usrmarshal.c.
Definition at line 1901 of file usrmarshal.c.
HRESULT __RPC_STUB ITypeInfo_ReleaseFuncDesc_Stub | ( | ITypeInfo * | This | ) |
Definition at line 1921 of file usrmarshal.c.
Definition at line 1885 of file usrmarshal.c.
HRESULT __RPC_STUB ITypeInfo_ReleaseTypeAttr_Stub | ( | ITypeInfo * | This | ) |
Definition at line 1894 of file usrmarshal.c.
Definition at line 1928 of file usrmarshal.c.
HRESULT __RPC_STUB ITypeInfo_ReleaseVarDesc_Stub | ( | ITypeInfo * | This | ) |
Definition at line 1943 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 2177 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 2159 of file usrmarshal.c.
HRESULT __RPC_STUB ITypeLib2_GetLibStatistics_Stub | ( | ITypeLib2 * | This, |
ULONG * | pcUniqueNames, | ||
ULONG * | pcchUniqueNames | ||
) |
Definition at line 2168 of file usrmarshal.c.
HRESULT CALLBACK ITypeLib_FindName_Proxy | ( | ITypeLib * | This, |
LPOLESTR | szNameBuf, | ||
ULONG | lHashVal, | ||
ITypeInfo ** | ppTInfo, | ||
MEMBERID * | rgMemId, | ||
USHORT * | pcFound | ||
) |
Definition at line 2116 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 2128 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 2050 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 2031 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 2095 of file usrmarshal.c.
HRESULT __RPC_STUB ITypeLib_IsName_Stub | ( | ITypeLib * | This, |
LPOLESTR | szNameBuf, | ||
ULONG | lHashVal, | ||
BOOL * | pfName, | ||
BSTR * | pBstrLibName | ||
) |
Definition at line 2105 of file usrmarshal.c.
Definition at line 2141 of file usrmarshal.c.
HRESULT __RPC_STUB ITypeLib_ReleaseTLibAttr_Stub | ( | ITypeLib * | This | ) |
Definition at line 2149 of file usrmarshal.c.
void WINAPI LPSAFEARRAY_UserFree | ( | ULONG * | pFlags, |
LPSAFEARRAY * | ppsa | ||
) |
Definition at line 1134 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 842 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 754 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 970 of file usrmarshal.c.
Referenced by test_marshal_LPSAFEARRAY(), and VARIANT_UserUnmarshal().
Definition at line 662 of file usrmarshal.c.
Referenced by LPSAFEARRAY_UserMarshal(), LPSAFEARRAY_UserSize(), and LPSAFEARRAY_UserUnmarshal().
|
inlinestatic |
Definition at line 679 of file usrmarshal.c.
Referenced by LPSAFEARRAY_UserMarshal(), and LPSAFEARRAY_UserSize().
Definition at line 615 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 388 of file usrmarshal.c.
Referenced by LPSAFEARRAY_UserMarshal(), test_marshal_VARIANT(), and VARIANT_UserMarshal().
Definition at line 365 of file usrmarshal.c.
Referenced by LPSAFEARRAY_UserSize(), test_marshal_VARIANT(), and wire_extra_user_size().
unsigned char *WINAPI VARIANT_UserUnmarshal | ( | ULONG * | pFlags, |
unsigned char * | Buffer, | ||
VARIANT * | pvar | ||
) |
Definition at line 486 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 1550 of file usrmarshal.c.
ULONG __RPC_USER WdtpInterfacePointer_UserSize | ( | ULONG * | pFlags, |
ULONG | RealFlags, | ||
ULONG | StartingSize, | ||
IUnknown * | punk, | ||
REFIID | riid | ||
) |
Definition at line 1515 of file usrmarshal.c.
unsigned char *__RPC_USER WdtpInterfacePointer_UserUnmarshal | ( | ULONG * | pFlags, |
unsigned char * | pBuffer, | ||
IUnknown ** | ppunk, | ||
REFIID | riid | ||
) |
Definition at line 1607 of file usrmarshal.c.
WINE_DEFAULT_DEBUG_CHANNEL | ( | ole | ) |
Definition at line 289 of file usrmarshal.c.
Referenced by VARIANT_UserSize().