IMarshal2.UnmarshalInterface Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
Sub UnmarshalInterface ( _
pstm As IStream, _
ByRef riid As Guid, _
<OutAttribute> ByRef ppv As IntPtr _
)
void UnmarshalInterface(
IStream pstm,
ref Guid riid,
out IntPtr ppv
)
void UnmarshalInterface(
[InAttribute] IStream^ pstm,
[InAttribute] Guid% riid,
[OutAttribute] IntPtr% ppv
)
abstract UnmarshalInterface :
pstm:IStream *
riid:Guid byref *
ppv:IntPtr byref -> unit
function UnmarshalInterface(
pstm : IStream,
riid : Guid,
ppv : IntPtr
)
Parameters
- pstm
Type: Microsoft.VisualStudio.OLE.Interop.IStream
- riid
Type: System.Guid%
- ppv
Type: System.IntPtr%
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.