[comp.windows.ms.programmer] Flushing private .ini file from memory

bonneau@hyper.hyper.com (Paul Bonneau) (03/30/91)

Many thanks to chrisg@microsoft who correctly replied to my
original question about how to flush the memory segment
associated with a private .ini file.

WritePrivateProfileString(NULL, NULL, NULL, <file-name>)
does the trick.

cheers - Paul Bonneau.