overlapped io error opening key on foreign registry

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?
 
R

Richard M. Hartman

I posted this a couple of weeks ago and have recieved no response.
Does anybody recognize this?
 
M

Mark V

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top