Changeset 521 for trunk/ab5.0/ablib/src/api_reg.sbp
- Timestamp:
- Jun 21, 2008, 8:01:01 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/ablib/src/api_reg.sbp
r497 r521 129 129 Declare Function RegFlushKey Lib "advapi32" (hKey As HKEY) As Long 130 130 '#if _WIN32_WINNT >= &h0310 'AB 131 Declare Function RegGetKeySecurity Lib "advapi32" (hKey As HKEY, SecurityInformation As SECURITY_INFORMATION, pSecurityDescriptor As *SECURITY_DESCRIPTOR, ByRef lpcbSecurityDescriptor As DWord) As Long131 Declare Function RegGetKeySecurity Lib "advapi32" (hKey As HKEY, SecurityInformation As SECURITY_INFORMATION, pSecurityDescriptor As *SECURITY_DESCRIPTOR, ByRef lpcbSecurityDescriptor As DWord) As Long 132 132 '#endif 133 133 Declare Function RegLoadKey Lib "advapi32" Alias _FuncName_RegLoadKey (hKey As HKEY, pSubKey As PCTSTR, pFile As PCTSTR) As Long
Note: See TracChangeset
for help on using the changeset viewer.