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 QWordValueQWordValue. of(String name, long value)Creates a new QWORD registry value.QWordValueQWordValue. withName(String name)QWordValueQWordValue. withValue(long value)Returns a registry value with the same name as this registry value but a different value.
-