void CIni::SerGet( bool bGet,CRect & rect, LPCTSTR strEntry, LPCTSTR strSection/*= NULL*/, CRect rectDefault/* = CRect(0,0,0,0)*/) { SerGetRect(bGet,rect,strEntry,strSection,rectDefault); }
void CIni::SerGet( BOOL bGet,CRect & rect, CString strEntry, LPCSTR strSection/*= NULL*/, CRect rectDefault/* = CRect(0,0,0,0)*/) { SerGetRect(bGet,rect,strEntry,strSection,rectDefault); }