IMarshal.UnmarshalInterface(IStream, Guid, IntPtr) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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)
参数
- pstm
- IStream
- riid
- Guid
- ppv
-
IntPtr
nativeint