I am attempting to use the registry.vcx foundation class to create and access licensing and registration information for my application. However, I can't make sense of the syntax for its functions. In MSDN's help, it shows the syntax for one of the functions like:
IsKey(cKeyName, nRegKey)
OK, cKeyName is obvious, but I don't know what nRegKey, which is described as "the Registry key ID" means. How do I find out / specify a numerical ID for a registry key or value?
Also, many of these functions return Win Api error codes. Is there any easy way to get the text for these functions?
Thanks!
Ben
IsKey(cKeyName, nRegKey)
OK, cKeyName is obvious, but I don't know what nRegKey, which is described as "the Registry key ID" means. How do I find out / specify a numerical ID for a registry key or value?
Also, many of these functions return Win Api error codes. Is there any easy way to get the text for these functions?
Thanks!
Ben