MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / writeKeyDword

Method writeKeyDword

source/ui/data/boxedReg.cpp:67–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67void BoxedReg::writeKeyDword(const char* path, const char* key, U32 value) {
68 BString v = B("dword:");
69 v.append(value, 16);
70 writeKey(path, key, v.c_str(), false);
71}
72
73void BoxedReg::writeKey(const char* path, const char* key, const char* value, bool useQuotesAroundValue) {
74 bool found = false;

Callers 1

setWindowsVersionMethod · 0.80

Calls 3

BFunction · 0.85
appendMethod · 0.45
c_strMethod · 0.45

Tested by

no test coverage detected