Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 _
)
'Usage
Dim instance As IMarshal2
Dim pstm As IStream
Dim riid As Guid
Dim ppv As IntPtr
instance.UnmarshalInterface(pstm, riid, _
ppv)
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%
Implements
IMarshal.UnmarshalInterface(IStream, Guid%, 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.