IMarshal.GetMarshalSizeMax Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void GetMarshalSizeMax(Guid % riid, IntPtr pv, System::UInt32 dwDestContext, IntPtr pvDestContext, System::UInt32 MSHLFLAGS, [Runtime::InteropServices::Out] System::UInt32 % pSize);
public void GetMarshalSizeMax (ref Guid riid, IntPtr pv, uint dwDestContext, IntPtr pvDestContext, uint MSHLFLAGS, out uint pSize);
abstract member GetMarshalSizeMax : Guid * nativeint * uint32 * nativeint * uint32 * uint32 -> unit
Public Sub GetMarshalSizeMax (ByRef riid As Guid, pv As IntPtr, dwDestContext As UInteger, pvDestContext As IntPtr, MSHLFLAGS As UInteger, ByRef pSize As UInteger)
Parameters
- riid
- Guid
- pv
-
IntPtr
nativeint
- dwDestContext
- UInt32
- pvDestContext
-
IntPtr
nativeint
- MSHLFLAGS
- UInt32
- pSize
- UInt32