RegistryHelper.QueryInfoKey, méthode
Espace de noms : Microsoft.TeamFoundation.Common.Internal
Assembly : Microsoft.TeamFoundation.Common (dans Microsoft.TeamFoundation.Common.dll)
Syntaxe
'Déclaration
Public Shared Sub QueryInfoKey ( _
hKey As SafeHandle, _
<OutAttribute> ByRef lpClass As StringBuilder, _
ByRef lpcbClass As UInteger, _
<OutAttribute> ByRef lpcSubKeys As UInteger, _
<OutAttribute> ByRef lpcbMaxSubKeyLen As UInteger, _
<OutAttribute> ByRef lpcbMaxClassLen As UInteger, _
<OutAttribute> ByRef lpcValues As UInteger, _
<OutAttribute> ByRef lpcbMaxValueNameLen As UInteger, _
<OutAttribute> ByRef lpcbMaxValueLen As UInteger, _
<OutAttribute> ByRef lpcbSecurityDescriptor As UInteger, _
lpftLastWriteTime As IntPtr _
)
public static void QueryInfoKey(
SafeHandle hKey,
out StringBuilder lpClass,
ref uint lpcbClass,
out uint lpcSubKeys,
out uint lpcbMaxSubKeyLen,
out uint lpcbMaxClassLen,
out uint lpcValues,
out uint lpcbMaxValueNameLen,
out uint lpcbMaxValueLen,
out uint lpcbSecurityDescriptor,
IntPtr lpftLastWriteTime
)
Paramètres
- hKey
Type : System.Runtime.InteropServices.SafeHandle
- lpClass
Type : System.Text.StringBuilder%
- lpcbClass
Type : System.UInt32%
- lpcSubKeys
Type : System.UInt32%
- lpcbMaxSubKeyLen
Type : System.UInt32%
- lpcbMaxClassLen
Type : System.UInt32%
- lpcValues
Type : System.UInt32%
- lpcbMaxValueNameLen
Type : System.UInt32%
- lpcbMaxValueLen
Type : System.UInt32%
- lpcbSecurityDescriptor
Type : System.UInt32%
- lpftLastWriteTime
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.