Click to See Complete Forum and Search --> : Owner registry formaty file ?


April 28th, 1999, 02:50 PM
Is it possible to use the registry functions (or other functions) to read and write into a file with the same format of the registry ? I want to store data with the same kind of architecture of the Windows registry and it will very nice if I can have the same format and functions for my own file.

Thanks.

April 29th, 1999, 10:42 PM
ReadPrivateProfileString/WritePrivateProfileString are the old win16 functions to write ini files. You could use this.