命名空间: 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 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。