IMarshal.UnmarshalInterface(IStream, Guid, IntPtr) Method

Definition

public:
 void UnmarshalInterface(Microsoft::VisualStudio::OLE::Interop::IStream ^ pstm, Guid % riid, [Runtime::InteropServices::Out] IntPtr % ppv);
public void UnmarshalInterface (Microsoft.VisualStudio.OLE.Interop.IStream pstm, ref Guid riid, out IntPtr ppv);
abstract member UnmarshalInterface : Microsoft.VisualStudio.OLE.Interop.IStream * Guid * nativeint -> unit
Public Sub UnmarshalInterface (pstm As IStream, ByRef riid As Guid, ByRef ppv As IntPtr)

Parameters

pstm
IStream
riid
Guid
ppv
IntPtr

nativeint

Applies to