void CIni::SerGetColRef( bool bGet,COLORREF & cr, LPCTSTR strEntry, LPCTSTR strSection, COLORREF crDefault) { if(bGet) cr = GetColRef(strEntry,crDefault,strSection); else WriteColRef(strEntry,cr, strSection); }
void CIni::SerGetColRef( BOOL bGet,COLORREF & cr, CString strEntry, LPCSTR strSection, COLORREF crDefault) { if (bGet) cr = GetColRef(strEntry,crDefault,strSection); else WriteColRef(strEntry,cr, strSection); }