IOplockStorage.CreateStorageEx, méthode
Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.
Espace de noms : Microsoft.VisualStudio.OLE.Interop
Assembly : Microsoft.VisualStudio.OLE.Interop (dans Microsoft.VisualStudio.OLE.Interop.dll)
Syntaxe
'Déclaration
Sub CreateStorageEx ( _
pwcsName As String, _
grfMode As UInteger, _
stgfmt As UInteger, _
grfAttrs As UInteger, _
ByRef riid As Guid, _
<OutAttribute> ByRef ppstgOpen As IntPtr _
)
void CreateStorageEx(
string pwcsName,
uint grfMode,
uint stgfmt,
uint grfAttrs,
ref Guid riid,
out IntPtr ppstgOpen
)
Paramètres
- pwcsName
Type : System.String
- grfMode
Type : System.UInt32
- stgfmt
Type : System.UInt32
- grfAttrs
Type : System.UInt32
- riid
Type : System.Guid%
- ppstgOpen
Type : System.IntPtr%
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.