CWinApp *app = AfxGetApp();

free((void *)(app->m_pszProfileName));
app->m_pszProfileName = _tcsdup( _T("\\KXClient.ini") );
nServerNum = app->GetProfileInt( _T("Logon"), _T("ServerNum"), 1 );

I Put the KXClient.INI to CE Root '\', But can not receive any value from kxclient.ini.