Ticket #180 (closed defect: fixed)

Opened 9 months ago

Last modified 9 months ago

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

comment:1 Changed 9 months ago by jasper

  • Status changed from new to closed
  • Resolution set to fixed

Fixed by change sets fe245e6 & 9e7704d

Note: See TracTickets for help on using tickets.