IMarshal.MarshalInterface, méthode
Espace de noms : Microsoft.VisualStudio.OLE.Interop
Assembly : Microsoft.VisualStudio.OLE.Interop (dans Microsoft.VisualStudio.OLE.Interop.dll)
Syntaxe
'Déclaration
Sub MarshalInterface ( _
pstm As IStream, _
ByRef riid As Guid, _
pv As IntPtr, _
dwDestContext As UInteger, _
pvDestContext As IntPtr, _
MSHLFLAGS As UInteger _
)
void MarshalInterface(
IStream pstm,
ref Guid riid,
IntPtr pv,
uint dwDestContext,
IntPtr pvDestContext,
uint MSHLFLAGS
)
Paramètres
- pstm
Type : Microsoft.VisualStudio.OLE.Interop.IStream
- riid
Type : System.Guid%
- pv
Type : System.IntPtr
- dwDestContext
Type : System.UInt32
- pvDestContext
Type : System.IntPtr
- MSHLFLAGS
Type : System.UInt32
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.