Coonecting to the registry of remote machines.

Anyone know how to connect to the registry on a remote machine using the
native API?

i.

Ivan Lewis-Coker
Software Developer
AppSense Ltd
Europa Way
Bird Hall Lane
Cheadle Heath
Stockport
SK3 0WY

Tel: +44 (0) 161 374 4095
Fax: +44 (0) 161 374 1000
email: xxxxx@appsense.net
www: http://www.appsense.net

Hello,

AFAIK, its not possible to connect to the registry on
remote machine using Native API. The WIN32 API call
RegConnectRegistry call does not make any native API
calls on the local machine.

-Prasad

xxxxx@appsense.co.uk wrote:

Anyone know how to connect to the registry on a
remote machine using the
native API?

i.

Ivan Lewis-Coker
Software Developer
AppSense Ltd
Europa Way
Bird Hall Lane
Cheadle Heath
Stockport
SK3 0WY

Tel: +44 (0) 161 374 4095
Fax: +44 (0) 161 374 1000
email: xxxxx@appsense.net
www: http://www.appsense.net


You are currently subscribed to ntdev as:
xxxxx@yahoo.com
To unsubscribe send a blank email to
$subst(‘Email.Unsub’)

=====
Prasad S. Dabak
Director of Engineering, Windows NT/2000 Division
Cybermedia Software Private Limited
http://www.cybermedia.co.in
Co-author of the book “Undocumented Windows NT”
ISBN 0764545698


Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com

> Anyone know how to connect to the registry on a remote machine using the

native API?

AFAIK this is impossible. The remote registry is provided by the code
advapi32.dll which is the RPC client. Winlogon.exe on the target machine
contains code for RPC registry server.
Native API is much lower than RPC.

Max