Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Registry Information Collection 1

Status
Not open for further replies.

mmfried

Programmer
Joined
Sep 17, 2003
Messages
33
Location
IL
how can I get Information from different computers' Registry, and check hat information in another computer
(meanig to copy regestry or registry fields, store this information and then check it later in a diffeent computer)?

Thanks

mmfried
 
I think RegConnectRegistry() is the function you're looking for. This connects to a registry key on another computer, and returns a handle to the registry key opened. Then you can use the other registry functions to read values and subkeys.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top