Ticket #180 (closed defect: fixed)
registeredForAllUsers implementation error
Reported by: | jasper | Owned by: | jasper |
---|---|---|---|
Priority: | major | Milestone: | Maintenance of Phase II |
Component: | Registry | Version: | |
Keywords: | Cc: |
Description
registeredForAllUsers determines whether a COM object is registered for all users or for the current user. It will fail to detect a current user registration because the RegOpenKey? call is missing:
if (ERROR_SUCCESS==(HKEY_CURRENT_USER,str.c_str(),0,flags,&key)) {
Change History
Note: See
TracTickets for help on using
tickets.
Fixed by change sets fe245e6 & 9e7704d