RegistryHelper.QueryInfoKey - метод
Пространство имен: Microsoft.TeamFoundation.Common.Internal
Сборка: Microsoft.TeamFoundation.Common (в Microsoft.TeamFoundation.Common.dll)
Синтаксис
'Декларация
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
)
Параметры
- lpClass
Тип: System.Text.StringBuilder%
- lpcbClass
Тип: System.UInt32%
- lpcSubKeys
Тип: System.UInt32%
- lpcbMaxSubKeyLen
Тип: System.UInt32%
- lpcbMaxClassLen
Тип: System.UInt32%
- lpcValues
Тип: System.UInt32%
- lpcbMaxValueNameLen
Тип: System.UInt32%
- lpcbMaxValueLen
Тип: System.UInt32%
- lpcbSecurityDescriptor
Тип: System.UInt32%
- lpftLastWriteTime
Тип: System.IntPtr
Безопасность платформы .NET Framework
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Использование библиотек из не вполне надежного кода.
См. также
Ссылки
Microsoft.TeamFoundation.Common.Internal - пространство имен