Home
last modified time | relevance | path

Searched refs:DoReadValue (Results 1 – 2 of 2) sorted by relevance

/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/msw/
H A Dregconf.cpp572 bool wxRegConfig::DoReadValue(const wxString& key, T* pValue) const in DoReadValue() function in wxRegConfig
608 return DoReadValue(key, pStr); in DoReadString()
613 return DoReadValue(key, plResult); in DoReadLong()
618 return DoReadValue(key, pll); in DoReadLongLong()
624 return DoReadValue(key, buf); in DoReadBinary()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/msw/
H A Dregconf.h93 bool DoReadValue(const wxString& key, T* pValue) const;