IStorage.CreateStream, méthode
Espace de noms : Microsoft.VisualStudio.OLE.Interop
Assembly : Microsoft.VisualStudio.OLE.Interop (dans Microsoft.VisualStudio.OLE.Interop.dll)
Syntaxe
'Déclaration
Sub CreateStream ( _
pwcsName As String, _
grfMode As UInteger, _
reserved1 As UInteger, _
reserved2 As UInteger, _
<OutAttribute> ByRef ppstm As IStream _
)
void CreateStream(
string pwcsName,
uint grfMode,
uint reserved1,
uint reserved2,
out IStream ppstm
)
Paramètres
- pwcsName
Type : System.String
- grfMode
Type : System.UInt32
- reserved1
Type : System.UInt32
- reserved2
Type : System.UInt32
- ppstm
Type : Microsoft.VisualStudio.OLE.Interop.IStream%
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.