NativeMethods.IStorage.OpenStorage, méthode
Espace de noms : Microsoft.TeamFoundation.Common.Internal
Assembly : Microsoft.TeamFoundation.Common (dans Microsoft.TeamFoundation.Common.dll)
Syntaxe
'Déclaration
Function OpenStorage ( _
pwcsName As String, _
pstgPriority As IntPtr, _
grfMode As Integer, _
snbExclude As IntPtr, _
reserved As Integer _
) As NativeMethods.IStorage
NativeMethods.IStorage OpenStorage(
string pwcsName,
IntPtr pstgPriority,
int grfMode,
IntPtr snbExclude,
int reserved
)
Paramètres
- pwcsName
Type : System.String
- pstgPriority
Type : System.IntPtr
- grfMode
Type : System.Int32
- snbExclude
Type : System.IntPtr
- reserved
Type : System.Int32
Valeur de retour
Type : Microsoft.TeamFoundation.Common.Internal.NativeMethods.IStorage
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.