Wie schon erwähnt wurde ruft WriteString auch nur WritePrivateProfileString auf. Im
MSDN findet sich dann Folgendes dazu:
Zitat:
Return Value
If the function successfully copies the string to the initialization file, the return value is nonzero.
If the function fails, or if it flushes the cached version of the most recently accessed initialization file, the return value is zero. To get extended error information, call GetLastError.