search for: hremotekey

Displaying 1 result from an estimated 1 matches for "hremotekey".

2003 Dec 02
0
Access Registry Remotely
...egistry 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.