Access Registry Remotely

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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.



_______________________________________________
wine-users mailing list
wine-users@xxxxxxxxxx
http://www.winehq.com/mailman/listinfo/wine-users

[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux