This document is archived and information here might be outdated. Recommended version. |
[Visual Basic .NET] Public Sub UnmarshalInterface ( _ ByVal pStm As IStream, _ ByRef riid As Guid&, _ ByRef ppv As IntPtr& _ )
[C#] public void UnmarshalInterface ( IStream pStm, ref Guid& riid, ref IntPtr& ppv );
[C++]
HRESULT UnmarshalInterface(
IStream* pStm,
System.Guid* riid,
System.IntPtr** ppv
);
[C++] Parameters pStm [in]
pStm is a parameter of type IStream* riid [in]
riid is a parameter of type System.Guid* ppv [out]
ppv is a parameter of type void**