Key exist query in registry

Dimitrie O. Paun dpaun at rogers.com
Sun Dec 28 11:34:34 CST 2003


On December 27, 2003 12:40 pm, Zimler Attila wrote:

> Can somebody help me in what is the standard way to query if a key
> exists in the registry? I try to implement addig new key in regedit.

For that purpose, just use RegOpenKeyEx():

    http://msdn.microsoft.com/library/default.asp?url=/library/en-us/sysinfo/base/regopenkeyex.asp

-- 
Dimi.




More information about the wine-devel mailing list