search for: hkey_performance_data

Displaying 3 results from an estimated 3 matches for "hkey_performance_data".

2003 Dec 02
0
Access Registry Remotely
...e 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.
2019 Jan 22
0
Wine release 4.0
...recommended indentation parameters. *** Miscellaneous - The Task Scheduler service and APIs are implemented. - The Windows Management Instrumentation service is implemented. - The OPC Services (Open Packaging Conventions, used for Microsoft Office XML files) library is implemented. - The HKEY_PERFORMANCE_DATA magic registry key is partially implemented. *** New external dependencies - The Vulkan library is used to implement the Vulkan graphics driver. - The Vkd3d library is used to implement Direct3D 12 on top of Vulkan. - The SDL library is used to support game controllers. - The GSSAPI library...
2017 Mar 31
0
Wine release 2.5
...Fix handling of unsigned chars in scanf format. msvcr120: Add fesetround implementation. Viktor Semykin (1): shlwapi: Add SHCreateMemStream shlwapi.h. Vitaly Lipatov (2): include: Add PERF_DATA_BLOCK struct definition. advapi32/tests: Add test prototype for RegQueryValueEx HKEY_PERFORMANCE_DATA. Zebediah Figura (3): user32/tests: Add tests for EnableWindow(). user32: Don't call ReleaseCapture() in EnableWindow(). user32: Always send WM_CANCELMODE when disabling a window. Zhenbo Li (1): quartz: Remove an unnecessary if. -- Alexandre Julliard julliard at wineh...