Searched refs:aSectionName (Results 1 – 1 of 1) sorted by relevance
393 const std::_tstring& aSectionName, in getProfileString() argument431 0 == _tcsicmp( section.c_str(), aSectionName.c_str() ) && in getProfileString()487 …std::_tstring > getProfileKeys( const std::_tstring& aFileName, const std::_tstring& aSectionName ) in getProfileKeys() argument492 OutputDebugStringFormat( TEXT("*** Retrieving Key Names for [%s] ***"), aSectionName.c_str() ); in getProfileKeys()521 if ( 0 == _tcsicmp( section.c_str(), aSectionName.c_str() ) ) in getProfileKeys()535 OutputDebugStringFormat( TEXT("*** Done Key Names for [%s] ***"), aSectionName.c_str() ); in getProfileKeys()
Completed in 17 milliseconds