Searched refs:m_hRootKey (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dregistry.cpp197 m_hRootKey = (WXHKEY) aStdKeys[HKCR].hkey;
204 m_hRootKey = (WXHKEY) aStdKeys[ExtractKeyName(m_strKey)].hkey;
213 m_hRootKey = (WXHKEY) aStdKeys[keyParent].hkey;
231 m_hRootKey = keyParent.m_hRootKey;
252 m_hRootKey = (WXHKEY) aStdKeys[ExtractKeyName(m_strKey)].hkey;
262 m_hRootKey = (WXHKEY) aStdKeys[keyParent].hkey;
285 m_hRootKey = keyParent.m_hRootKey;
304 return IsOpened() ? true : KeyExists(m_hRootKey, m_strKe
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dregistry.h236 m_hRootKey; // handle of the top key (i.e. StdKey) member in class:wxRegKey
237 wxString m_strKey; // key name (relative to m_hRootKey)

Completed in 164 milliseconds