These functions handle ANSI and unicode inifiles similar to IniRead, IniWrite and IniDelete.
_WinAPI_WritePrivateProfileStringW
_WinAPI_GetPrivateProfileStringW
So you can read from unicode inifiles created from other programs or perhaps read and write to your own inifiles.
I was unable to figure...