RegGetKeySecurity

基本介紹

  • 中文名:RegGetKeySecurity
  • 類型:程式
  • 所屬:VB
  • 平台:Windows NT
簡介,VB聲明,說明,返回值,

簡介

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

相關詞條

熱門詞條

聯絡我們