Access Registry Remotely

Fredrick Paul Eisele fred at netarx.com
Tue Dec 2 07:11:54 CST 2003


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.






More information about the wine-users mailing list