NAME

CoGetMarshalSizeMax  (OLE32.@)

SYNOPSIS

 HRESULT CoGetMarshalSizeMax
 (
  ULONG*    pulSize,
  REFIID    riid,
  IUnknown* pUnk,
  DWORD     dwDestContext,
  void*     pvDestContext,
  DWORD     mshlFlags
 )

DESCRIPTION

Gets the maximum amount of data that will be needed by a marshal.

PARAMS

pulSize [Out] Address where maximum marshal size will be stored.
riid [In] Identifier of the interface to marshal.
pUnk [In] Pointer to the object to marshal.
dwDestContext [In] Destination. Used to enable or disable optimizations.
pvDestContext [In] Reserved. Must be NULL.
mshlFlags [In] Flags that affect the marshaling. See CoMarshalInterface.

RETURNS

Success: S_OK.

Failure: HRESULT code.

SEE ALSO

CoMarshalInterface.

IMPLEMENTATION

Defined in "objbase.h".

Implemented in "dlls/ole32/marshal.c". source.winehq.org/source/dlls/ole32/marshal.c

Debug channel "ole".


Copyright © 2007 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Mar 2007.