MCPcopy Create free account
hub / github.com/WinMerge/winmerge / QueryRegMachine

Method QueryRegMachine

Src/Common/RegKey.cpp:94–97  ·  view source on GitHub ↗

* @brief Opens registry key from HKEY_LOCAL_MACHINE for reading. * @param [in] key Path to actual registry key to access. * @return true on success, false otherwise. */

Source from the content-addressed store, hash-verified

92 * @return true on success, false otherwise.
93 */
94bool CRegKeyEx::QueryRegMachine(const tchar_t* key)
95{
96 return OpenNoCreateWithAccess(HKEY_LOCAL_MACHINE, key, KEY_QUERY_VALUE) == ERROR_SUCCESS;
97}
98
99/**
100 * @brief Opens registry key from HKEY_CURRENT_USER for reading.

Callers 3

GetWindowsVerMethod · 0.45
GetProcessorInfoMethod · 0.45
IsWindowsScriptThereFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected