请输入您要查询的百科知识:

 

词条 RegGetKeySecurity
释义

RegGetKeySecurity( Windows API 函数 ) Windows API(Windows Application Programming Interface)即:Windows应用程序编程接口;API函数是MicrosoftWindows 32位平台的应用程序编程接口,所有API函数代码放在Windows系统目录下的DLL动态连接库文件中(主要是Kernel32.dll,User32.dll,GDI32.dll,Shell32.dll...);在 Windows 工作环境下执行的应用程序都可以调用Windows API函数;另外Java平台也有一套API函数。

VB声明

Declare Function RegGetKeySecurity Lib "advapi32.dll" Alias "RegGetKeySecurity" (ByVal hKey As Long, ByVal SecurityInformation As Long, pSecurityDescriptor As SECURITY_DESCRIPTOR, lpcbSecurityDescriptor As Long) As Long

说明

获取与一个注册表项有关的安全信息

返回值

Long,零(ERROR_SUCCESS)表示成功。其他任何值都代表一个错误代码

参数表

参数 类型及说明

hKey Long,指定一个项的句柄,或指定一个标准项名

SecurityInformation Long,对请求信息进行描述的一个标记

pSecurityDescriptor SECURITY_DESCRIPTOR,这个结构用于装载目标项的安全信息

lpcbSecurityDescriptor Long,用于装载pSecurityDescriptor缓冲区长度的一个变量。一旦返回,它会设为实际装载到缓冲区的字节数量

适用平台

Windows NT

随便看

 

百科全书收录4421916条中文百科知识,基本涵盖了大多数领域的百科知识,是一部内容开放、自由的电子版百科全书。

 

Copyright © 2004-2023 Cnenc.net All Rights Reserved
更新时间:2025/1/9 18:51:36