Newsgroups: comp.windows.ms.programmer Path: utzoo!utgpu!watserv1!watmath!hyper.hyper.com!bonneau From: bonneau@hyper.hyper.com (Paul Bonneau) Subject: Flushing private .ini file from memory Message-ID: <1991Mar29.175701.28370@hyper.hyper.com> Organization: HyperCube Inc. Date: Fri, 29 Mar 1991 17:57:01 GMT 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, ) does the trick. cheers - Paul Bonneau.