IMarshal.MarshalInterface 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 MarshalInterface(Microsoft::VisualStudio::OLE::Interop::IStream ^ pstm, Guid % riid, IntPtr pv, System::UInt32 dwDestContext, IntPtr pvDestContext, System::UInt32 MSHLFLAGS);
public void MarshalInterface (Microsoft.VisualStudio.OLE.Interop.IStream pstm, ref Guid riid, IntPtr pv, uint dwDestContext, IntPtr pvDestContext, uint MSHLFLAGS);
abstract member MarshalInterface : Microsoft.VisualStudio.OLE.Interop.IStream * Guid * nativeint * uint32 * nativeint * uint32 -> unit
Public Sub MarshalInterface (pstm As IStream, ByRef riid As Guid, pv As IntPtr, dwDestContext As UInteger, pvDestContext As IntPtr, MSHLFLAGS As UInteger)
Parameters
- pstm
- IStream
- riid
- Guid
- pv
-
IntPtr
nativeint
- dwDestContext
- UInt32
- pvDestContext
-
IntPtr
nativeint
- MSHLFLAGS
- UInt32