| 760 | } |
| 761 | |
| 762 | bool NTRegQuery::openForRead(const char* key) |
| 763 | { |
| 764 | return RegOpenKeyExA(HKEY_LOCAL_MACHINE, key, 0, KEY_QUERY_VALUE, &m_hKey) == ERROR_SUCCESS; |
| 765 | } |
| 766 | |
| 767 | bool NTRegQuery::readValueSize(const char* value) |
| 768 | { |
no outgoing calls
no test coverage detected