CommonLibVR
|
#include "REX/W32/BASE.h"
Go to the source code of this file.
Namespaces | |
REX | |
REX::W32 | |
Functions | |
std::int32_t | REX::W32::RegGetValueA (HKEY a_key, const char *a_subKey, const char *a_value, std::uint32_t a_flags, std::uint32_t *a_type, void *a_data, std::uint32_t *a_dataLen) |
std::int32_t | REX::W32::RegGetValueW (HKEY a_key, const wchar_t *a_subKey, const wchar_t *a_value, std::uint32_t a_flags, std::uint32_t *a_type, void *a_data, std::uint32_t *a_dataLen) |
Variables | |
auto | REX::W32::HKEY_CLASSES_ROOT { reinterpret_cast<HKEY>(0x80000000ull) } |
auto | REX::W32::HKEY_CURRENT_USER { reinterpret_cast<HKEY>(0x80000001ull) } |
auto | REX::W32::HKEY_LOCAL_MACHINE { reinterpret_cast<HKEY>(0x80000002ull) } |