Uses of Class
com.github.robtimus.os.windows.registry.QWordValue
-
-
Uses of QWordValue in com.github.robtimus.os.windows.registry
Methods in com.github.robtimus.os.windows.registry that return QWordValue Modifier and Type Method Description static QWordValue
QWordValue. of(String name, long value)
Creates a new QWORD registry value.QWordValue
QWordValue. withName(String name)
QWordValue
QWordValue. withValue(long value)
Returns a registry value with the same name as this registry value but a different value.
-