Ejemplo n.º 1
0
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);
}
Ejemplo n.º 2
0
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);
}