IMarshal.UnmarshalInterface(IStream, Guid, IntPtr) 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 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