winapi - GetProfileInt... where in the registry? -


Simple question, if anyone has to know the answer I am maintaining an old windows app; This setting uses GetProfileInt to say that it reads "From Registry" to the whereabouts? I know on older OS, read it from win.ini. Where do win.ini-type entries are stored in the registry?

Thanks, Laura

Originally , This call is for 16-bit Windows compatibility, but can still work if you first set up some mapping in the registry.

In short, if possible, you want to use the real registry function.


Comments