Ignore:
Timestamp:
Jun 21, 2008, 8:01:01 AM (16 years ago)
Author:
イグトランス (egtra)
Message:

表記揺れ、ミスなど修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/ablib/src/api_reg.sbp

    r497 r521  
    129129Declare Function RegFlushKey Lib "advapi32" (hKey As HKEY) As Long
    130130'#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 Long
     131Declare Function RegGetKeySecurity Lib "advapi32" (hKey As HKEY, SecurityInformation As SECURITY_INFORMATION, pSecurityDescriptor As *SECURITY_DESCRIPTOR, ByRef lpcbSecurityDescriptor As DWord) As Long
    132132'#endif
    133133Declare 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.