Searched refs:szKey (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Diniconf.cpp159 wxString wxIniConfig::GetPrivateKeyName(const wxString& szKey) const
166 strKey << szKey; local
171 wxString wxIniConfig::GetKeyName(const wxString& szKey) const
180 strKey << szKey; local
272 bool wxIniConfig::Read(const wxString& szKey, wxString *pstr) const argument
274 wxConfigPathChanger path(this, szKey);
300 bool wxIniConfig::Read(const wxString& szKey, wxString *pstr, argument
303 wxConfigPathChanger path(this, szKey);
332 bool wxIniConfig::Read(const wxString& szKey, long *pl) const argument
334 wxConfigPathChanger path(this, szKey);
366 Write(const wxString& szKey, const wxString& WXUNUSED(szValue)) argument
380 Write(const wxString& szKey, long lValue) argument
400 DeleteEntry(const wxString& szKey, bool bGroupIfEmptyAlso) argument
425 DeleteGroup(const wxString& szKey) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Diniconf.cpp164 wxString wxIniConfig::GetPrivateKeyName(const wxString& szKey) const
171 strKey << szKey; local
176 wxString wxIniConfig::GetKeyName(const wxString& szKey) const
185 strKey << szKey; local
277 bool wxIniConfig::DoReadString(const wxString& szKey, wxString *pstr) const argument
279 wxConfigPathChanger path(this, szKey);
302 bool wxIniConfig::DoReadLong(const wxString& szKey, long *pl) const argument
304 wxConfigPathChanger path(this, szKey);
332 *pl = GetProfileInt(GetVendorName(), GetKeyName(szKey), *pl);
339 bool wxIniConfig::DoWriteString(const wxString& szKey, cons argument
353 DoWriteLong(const wxString& szKey, long lValue) argument
372 DeleteEntry(const wxString& szKey, bool bGroupIfEmptyAlso) argument
395 DeleteGroup(const wxString& szKey) argument
[all...]
H A Dregistry.cpp114 static bool KeyExists(WXHKEY hRootKey, const wxChar *szKey);
708 bool wxRegKey::DeleteKey(const wxChar *szKey)
713 wxRegKey key(*this, szKey);
781 bool wxRegKey::HasSubKey(const wxChar *szKey) const
789 return KeyExists(m_hKey, szKey);
1390 bool KeyExists(WXHKEY hRootKey, const wxChar *szKey)
1392 // don't close this key itself for the case of empty szKey!
1393 if ( wxIsEmpty(szKey) )
1400 szKey,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Diniconf.h78 virtual bool DeleteGroup(const wxString& szKey);
91 wxString GetPrivateKeyName(const wxString& szKey) const;
92 wxString GetKeyName(const wxString& szKey) const;
H A Dregistry.h141 bool DeleteKey(const wxChar *szKey);
185 bool HasValue(const wxChar *szKey) const;
187 bool HasSubKey(const wxChar *szKey) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Diniconf.h97 virtual bool DeleteGroup(const wxString& szKey);
102 wxString GetPrivateKeyName(const wxString& szKey) const;
103 wxString GetKeyName(const wxString& szKey) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DLexAU3.cxx95 static int GetSendKey(const char *szLine, char *szKey) argument
119 szKey[nKeyPos++] = '}';
128 szKey[nKeyPos++] = cTemp;
144 szKey[nKeyPos] = '\0';
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dfileconf.h164 virtual bool DeleteGroup(const wxString& szKey);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dregkey.tex119 \func{void}{DeleteKey}{\param{const wxChar *}{szKey}}
126 \func{void}{DeleteValue}{\param{const wxChar *}{szKey}}
204 \constfunc{bool}{HasSubKey}{\param{const wxChar *}{szKey}}
H A Dconfig.tex278 Final remark: the {\it szKey} parameter for all these functions can contain an
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/wince/
H A Dwinmain.cpp624 TCHAR szExtension[128], szKey[128], szDescription[_MAX_PATH], szIconFile[_MAX_PATH + 16]; local
639 if (!RegReadKey(HKEY_CLASSES_ROOT, szExtension, szKey, sizeof(szKey))) {
644 RegReadKey(HKEY_CLASSES_ROOT, szKey, szDescription, sizeof(szDescription));
647 LPTSTR szEnd = szKey + _tcslen(szKey);
651 if (RegReadKey(HKEY_CLASSES_ROOT, szKey, szIconFile, sizeof(szIconFile))) {
676 if (RegReadKey(HKEY_CLASSES_ROOT, szKey, szIconFile, sizeof(szIconFile))) {

Completed in 166 milliseconds