示例#1
0
文件: ini2.cpp 项目: axxapp/winxgui
void		CIni::SerGet(	bool bGet,double	& f,	LPCTSTR strEntry,	LPCTSTR strSection/*= NULL*/,	double fDefault/* = 0.0*/)
{
   SerGetDouble(bGet,f,strEntry,strSection,fDefault);
}
示例#2
0
void CIni::SerGet( BOOL bGet,double & f, CString strEntry, LPCSTR strSection/*= NULL*/, double fDefault/* = 0.0*/)
{
	SerGetDouble(bGet,f,strEntry,strSection,fDefault);
}