overlapped io error opening key on foreign registry

  • Thread starter Thread starter Richard M. Hartman
  • Start date Start date
R

Richard M. Hartman

RegConnectRegistry() works.
CRegKey::Open() returns ERROR_IO_PENDING (997)
but here's the wierd part: this only happens if the user
running the code is "User" or "PowerUser". If they
are "Administrator" this works just fine, we can open
the foreign key and query values.

If this were a permission problem I would expect to
get a permissions-related error, not an overlapped io
error. What gives?

I really need to be able to do this with Joe Average User
permissions, we can not require that someone have
super-user access to do this.

Any clues?
 
I posted this a couple of weeks ago and have recieved no response.
Does anybody recognize this?
 
In said:
I posted this a couple of weeks ago and have recieved no response.
Does anybody recognize this?

Remote Registry require Administrator authority AFAIK.
 
Back
Top