コード例 #1
0
ファイル: ini2.cpp プロジェクト: axxapp/winxgui
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);
}
コード例 #2
0
ファイル: axIni.cpp プロジェクト: Wanghuaichen/SignalProcess
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);
}