classCMProfile 03 Member Function Documentation¶ char* CMProfile::GetIniPath ( const char * fname ) UINT CMProfile::GetProfileInt ( LPCTSTR psec, LPCTSTR pkey, UINT nDefault ) DWORD CMProfile::GetProfileString ( LPCTSTR psec, LPCTSTR pkey, LPCTSTR pdef, LPTSTR buf, DWORD bufsize ) BOOL CMProfile::ProfileFlush ( void ) void CMProfile::ProfileRead ( void ) [protected] BOOL CMProfile::ProfileWrite ( void ) [protected] void CMProfile::qTrim ( CString & cs ) [protected] void CMProfile::quote ( CString & cs ) [protected] void CMProfile::SetFileAttrib ( char * fname ) [protected] void CMProfile::trim ( CString & cs ) [protected] BOOL CMProfile::WriteProfileInt ( LPCTSTR psec, LPCTSTR pkey, UINT val ) BOOL CMProfile::WriteProfileString ( LPCTSTR psec, LPCTSTR pkey, LPCTSTR buf )