Home
last modified time | relevance | path

Searched defs:auto_hkey_close (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/log/src/windows/
Devent_log_registry.hpp298 struct auto_hkey_close struct
300 explicit auto_hkey_close(HKEY hk) : hk_(hk) {} in auto_hkey_close() function
301 ~auto_hkey_close() { RegCloseKey(hk_); } in ~auto_hkey_close()
304 HKEY hk_;