Discussion:
Handling .INI files from Win32 program?
(too old to reply)
Harry Potter
2020-05-12 18:26:42 UTC
Permalink
Can anybody out there give me the name of an API function to handle .INI files? I Googled MSDN but didn't get anything.
R.Wieser
2020-05-12 18:40:46 UTC
Permalink
Harry,
Post by Harry Potter
Can anybody out there give me the name of an API function to
handle .INI files? I Googled MSDN but didn't get anything.
Look for 'GetPrivateProfileString' and friends.

Regards,
Rudy Wieser
Harry Potter
2020-05-12 19:57:19 UTC
Permalink
Post by R.Wieser
Look for 'GetPrivateProfileString' and friends.
Thank you. :)

Loading...