Searched defs:KeyName (Results 1 – 1 of 1) sorted by relevance
/MusicPlayer2/MusicPlayer2/ |
H A D | IniHelper.cpp | 41 void CIniHelper::WriteString(const wchar_t* AppName, const wchar_t* KeyName, const wstring& str) in WriteString() 52 wstring CIniHelper::GetString(const wchar_t* AppName, const wchar_t* KeyName, const wchar_t* defaul… in GetString() argument 63 void CIniHelper::WriteInt(const wchar_t* AppName, const wchar_t* KeyName, int value) in WriteInt() 70 int CIniHelper::GetInt(const wchar_t* AppName, const wchar_t* KeyName, int default_value) const in GetInt() argument 83 void CIniHelper::WriteDouble(const wchar_t* AppName, const wchar_t* KeyName, double value) in WriteDouble() 88 double CIniHelper::GetDouble(const wchar_t* AppName, const wchar_t* KeyName, double default_value) … in GetDouble() argument 94 void CIniHelper::WriteBool(const wchar_t* AppName, const wchar_t* KeyName, bool value) in WriteBool() 102 bool CIniHelper::GetBool(const wchar_t* AppName, const wchar_t* KeyName, bool default_value) const in GetBool() argument 113 void CIniHelper::WriteIntArray(const wchar_t* AppName, const wchar_t* KeyName, const int* values, i… in WriteIntArray() 124 void CIniHelper::GetIntArray(const wchar_t* AppName, const wchar_t* KeyName, int* values, int size,… in GetIntArray() argument [all …]
|