Sektion in einer ini löschen
-
Wie kann ich eine komplette Sektion in einer ini-Datei löschen?
-
WritePrivateProfileString("Meine Sektion",NULL,NULL,"MeineIni.ini");
-
Wie es auch wunderschön in der MSDN beschrieben ist
lpKeyName
[in] Pointer to the null-terminated string containing the name of the key to be associated with a string. If the key does not exist in the specified section, it is created. If this parameter is NULL, the entire section, including all entries within the section, is deleted.