Hi all,

I am using WriteProfileString() function call in my application... Microsoft SDK says that : The WriteProfileString function copies a string into the specified section of the Win.ini file ..

But when i opened the file Win.ini .. i don't see any section or entry created. However when i use GetProfileString() function call i can fetch the data stored by WriteProfileString()...

So my question is where can i see the contents written by WriteProfileString()..

I also searched under Registry editor for my the contents... but could'nt find...

Please anybody explain me this....

Thanks,