Searched defs:HKeyHandle (Results 1 – 1 of 1) sorted by relevance
59 struct HKeyHandle { struct60 …explicit HKeyHandle(const size_t value, const std::string& key_path) noexcept : key(HKEY{}), path(… in HKeyHandle() argument64 HKEY get() const noexcept { return key; } in get()67 std::string path;