Home
last modified time | relevance | path

Searched refs: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() argument
301 ~auto_hkey_close() { RegCloseKey(hk_); } in ~auto_hkey_close() argument
325 auto_hkey_close hkey_guard(hkey); in verify_event_log_registry()
402 auto_hkey_close hkey_guard(hkey); in init_event_log_registry()