void CIni::SerGetRect( bool bGet,CRect & rect, LPCTSTR strEntry, LPCTSTR strSection, CRect rectDefault) { if(bGet) rect = GetRect(strEntry,rectDefault,strSection); else WriteRect(strEntry,rect, strSection); }
void CIni::SerGetRect( BOOL bGet,CRect & rect, CString strEntry, LPCSTR strSection, CRect rectDefault) { if (bGet) rect = GetRect(strEntry,rectDefault,strSection); else WriteRect(strEntry,rect, strSection); }