Class Advapi32UtilFFM
java.lang.Object
oshi.util.platform.windows.Advapi32UtilFFM
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleanstatic longstatic Stringstatic intregistryGetDword(MemorySegment hKey, String valueName) static String[]registryGetKeys(MemorySegment hKey) static String[]registryGetKeys(MemorySegment rootKey, String keyPath, int samDesiredExtra) static StringregistryGetString(MemorySegment hKey, String valueName, int size) static ObjectregistryGetValue(MemorySegment hKey, String valueName)
-
Method Details
-
isCurrentProcessElevated
public static boolean isCurrentProcessElevated() -
registryGetKeys
- Throws:
Throwable
-
registryGetKeys
public static String[] registryGetKeys(MemorySegment rootKey, String keyPath, int samDesiredExtra) throws Throwable - Throws:
Throwable
-
registryGetDword
- Throws:
Throwable
-
registryGetString
public static String registryGetString(MemorySegment hKey, String valueName, int size) throws Throwable - Throws:
Throwable
-
registryGetValue
- Throws:
Throwable
-
querySystemBootTime
public static long querySystemBootTime() -
querySystemLog
-