search for: regconnectregistry

Displaying 2 results from an estimated 2 matches for "regconnectregistry".

2003 Dec 02
0
Access Registry Remotely
Can wine be used to establish remote registry connections? I have written a application that collects performance information from a windows machine. This is done via registry calls, e.g. To get a buffer containing a list of all performance objects on a remote machine... RegConnectRegistry(theMachineName,HKEY_PERFORMANCE_DATA, &hRemoteKey); RegQueryValueEx( hRemoteKey, "Global", 0, 0, my.Buff, &useSize ); RegCloseKey(hRemoteKey); Can these calls work using wine/winelib? I imagine this is covered in the documentation somewhere but I haven't been able to find it...
2007 Aug 23
0
Getting event log descriptions from remote servers
...stry key on my workstation with alternate paths to the event source libraries, which I copied from a Windows Server 2003 machine to my workstation. Following that, I then modified the value of BASE_KEY in eventlog.rb to point to the parallel registry key I created." Looks like we need to call RegConnectRegistry() if @server is set, and pass that handle to RegOpenKeyEx(). That sound right? Thanks, Dan This communication is the property of Qwest and may contain confidential or privileged information. Unauthorized use of this communication is strictly prohibited and may be unlawful. If you have receive...