int |
Advapi32.RegEnumKeyEx(WinReg.HKEY hKey,
int dwIndex,
char[] lpName,
com.sun.jna.ptr.IntByReference lpcName,
com.sun.jna.ptr.IntByReference reserved,
char[] lpClass,
com.sun.jna.ptr.IntByReference lpcClass,
WinBase.FILETIME lpftLastWriteTime)
The RegEnumKeyEx function enumerates subkeys of the specified open registry key. |
int |
Advapi32.RegQueryInfoKey(WinReg.HKEY hKey,
char[] lpClass,
com.sun.jna.ptr.IntByReference lpcClass,
com.sun.jna.ptr.IntByReference lpReserved,
com.sun.jna.ptr.IntByReference lpcSubKeys,
com.sun.jna.ptr.IntByReference lpcMaxSubKeyLen,
com.sun.jna.ptr.IntByReference lpcMaxClassLen,
com.sun.jna.ptr.IntByReference lpcValues,
com.sun.jna.ptr.IntByReference lpcMaxValueNameLen,
com.sun.jna.ptr.IntByReference lpcMaxValueLen,
com.sun.jna.ptr.IntByReference lpcbSecurityDescriptor,
WinBase.FILETIME lpftLastWriteTime)
The RegQueryInfoKey function retrieves information about the specified
registry key. |