I am looking at the functions
WriteProfileString(LPTSTR lpAppName, LPTSTR lpKeyName, LPTSTR lpString)
and
GetProfileString(LPTSTR lpAppName, LPTSTR lpKeyName, LPTSTR lpDefault,
LPTSTR lpReturnString, LPTSTR nSize)
I believe these functions are to read and write .ini file parameter but I
don't know where to specify my .ini file?
Note: For some reasons in my code I can not use CWinApp but I do get help
only for these functions in my code. I clicked on f1 for help. It gave me a
help for the member function of CWinApp which is not correct. If somebody
gives me an example that will be great.
Thanks
Trupti