Interface Advapi32


public interface Advapi32
提供一些 Advapi32 标准的接口
Version:
0.0.1
Author:
scx567888
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Advapi32
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    RegCloseKey(int hKey)
     
    int
    RegEnumValueW(int hKey, int dwIndex, char[] lpValueName, cool.scx.ffm.mapper.IntMapper lpcchValueName, cool.scx.ffm.mapper.IntMapper lpReserved, cool.scx.ffm.mapper.IntMapper lpType, MemorySegment lpData, cool.scx.ffm.mapper.IntMapper lpcbData)
     
    int
    RegOpenKeyExA(int hKey, String lpSubKey, int ulOptions, int samDesired, cool.scx.ffm.mapper.IntMapper phkResult)
     
    int
    RegQueryInfoKeyW(int hKey, char[] lpClass, cool.scx.ffm.mapper.IntMapper lpcchClass, cool.scx.ffm.mapper.IntMapper lpReserved, cool.scx.ffm.mapper.IntMapper lpcSubKeys, cool.scx.ffm.mapper.IntMapper lpcbMaxSubKeyLen, cool.scx.ffm.mapper.IntMapper lpcbMaxClassLen, cool.scx.ffm.mapper.IntMapper lpcValues, cool.scx.ffm.mapper.IntMapper lpcbMaxValueNameLen, cool.scx.ffm.mapper.IntMapper lpcbMaxValueLen, cool.scx.ffm.mapper.IntMapper lpcbSecurityDescriptor, WinBase.FILETIME lpftLastWriteTime)
     
    int
    RegQueryValueExA(int hKey, String lpValueName, int lpReserved, cool.scx.ffm.mapper.IntMapper lpType, cool.scx.ffm.mapper.IntMapper lpData, cool.scx.ffm.mapper.IntMapper lpcbData)
     
    int
    RegQueryValueExA(int hKey, String lpValueName, int lpReserved, cool.scx.ffm.mapper.IntMapper lpType, MemorySegment lpData, cool.scx.ffm.mapper.IntMapper lpcbData)
     
    int
    RegSetValueExA(int hKey, String lpValueName, int Reserved, int dwType, MemorySegment lpData, int cbData)
     
  • Field Details

    • ADVAPI32

      static final Advapi32 ADVAPI32
  • Method Details

    • RegOpenKeyExA

      int RegOpenKeyExA(int hKey, String lpSubKey, int ulOptions, int samDesired, cool.scx.ffm.mapper.IntMapper phkResult)
    • RegCloseKey

      int RegCloseKey(int hKey)
    • RegEnumValueW

      int RegEnumValueW(int hKey, int dwIndex, char[] lpValueName, cool.scx.ffm.mapper.IntMapper lpcchValueName, cool.scx.ffm.mapper.IntMapper lpReserved, cool.scx.ffm.mapper.IntMapper lpType, MemorySegment lpData, cool.scx.ffm.mapper.IntMapper lpcbData)
    • RegQueryInfoKeyW

      int RegQueryInfoKeyW(int hKey, char[] lpClass, cool.scx.ffm.mapper.IntMapper lpcchClass, cool.scx.ffm.mapper.IntMapper lpReserved, cool.scx.ffm.mapper.IntMapper lpcSubKeys, cool.scx.ffm.mapper.IntMapper lpcbMaxSubKeyLen, cool.scx.ffm.mapper.IntMapper lpcbMaxClassLen, cool.scx.ffm.mapper.IntMapper lpcValues, cool.scx.ffm.mapper.IntMapper lpcbMaxValueNameLen, cool.scx.ffm.mapper.IntMapper lpcbMaxValueLen, cool.scx.ffm.mapper.IntMapper lpcbSecurityDescriptor, WinBase.FILETIME lpftLastWriteTime)
    • RegQueryValueExA

      int RegQueryValueExA(int hKey, String lpValueName, int lpReserved, cool.scx.ffm.mapper.IntMapper lpType, cool.scx.ffm.mapper.IntMapper lpData, cool.scx.ffm.mapper.IntMapper lpcbData)
    • RegQueryValueExA

      int RegQueryValueExA(int hKey, String lpValueName, int lpReserved, cool.scx.ffm.mapper.IntMapper lpType, MemorySegment lpData, cool.scx.ffm.mapper.IntMapper lpcbData)
    • RegSetValueExA

      int RegSetValueExA(int hKey, String lpValueName, int Reserved, int dwType, MemorySegment lpData, int cbData)