| Package | Description |
|---|---|
| eu.aschuetz.nativeutils.api |
| Modifier and Type | Method and Description |
|---|---|
RegEnumKeyExResult |
WindowsNativeUtil.RegEnumKeyExA(long hkey,
int index,
int maxSubKeyLen,
int maxClassLen)
Enumerate subkeys of a registry key.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<RegEnumKeyExResult> |
WindowsNativeUtil.iterateRegistrySubKeys(long hkey)
Convenience method that returns an iterable over all subkeys of a hkey.
|
Copyright © 2023. All rights reserved.