Where is WriteProfileString data stored?

B

Bob S

I have an application which at one point needs to delete
a profile string created with

Declare Function WriteProfileStringA% Lib "Kernel32" (ByVal lpAppName$,
ByVal lpKeyName$, ByVal lpString$)


WriteProfileString(AppName, KeyName, "Some Value")

Web searches indicated that the call:

WriteProfileString(AppName, KeyName, 0&)

Would remove the value.
I would like to verify that the value actuall was removed.
In the old days, the data from WriteProfileString ended up in
..ini files. The help page says that this data is stored in
the registry, although searches for both the key names and stored
values did not find anything.

Could someone point me to where these values get stored, I would
appreciate it. Also, if there is a prefered call to WriteProfileString,
I am open to suggestion.

Thank you for your help.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top