user32/tests: Use GetProcAddress() on ChangeDisplaySettingsExA() because it is missin...
[wine] / dlls / pdh / pdh_main.c
2007-12-10  Michael Stefaniucpdh: Rename the wrappers around HeapAlloc() &Co to...
2007-10-31  Michael Stefaniucpdh: Fix two missing LeaveCriticalSection() on error...
2007-10-30  Alexandre Julliardpdh: Fix a couple of race conditions in the thread...
2007-10-02  Marcus Meissnerpdh: Removed superflous NULL ptr check.
2007-10-01  Hans Leidekkerpdh: Fix parameter handling in PdhAddEnglishCounter...
2007-10-01  Hans Leidekkerpdh: Implement PdhCalculateCounterFromRawValue.
2007-10-01  Hans Leidekkerpdh: Implement and test PdhCollectQueryDataEx.
2007-10-01  Hans Leidekkerpdh: Serialize access to performance counters and queries.
2007-10-01  Hans Leidekkerpdh: Implement PdhValidatePath{, Ex}{A, W}.
2007-07-23  Hans Leidekkerpdh: Implement and test PdhAddEnglishCounter{A, W}...
2007-07-23  Hans Leidekkerpdh: Implement and test PdhLookupPerfIndexByName{A...
2007-07-23  Hans Leidekkerpdh: Add more tests and make them pass.
2007-07-23  Hans Leidekkerpdh: Add a stub processor time counter.
2007-07-12  Hans Leidekkerpdh: Fix two typos.
2007-07-12  Hans Leidekkerpdh: Use GetTickCount64 instead of GetTickCount.
2007-07-10  Hans Leidekkerpdh: Implement and test PdhGetCounterInfo{A, W} and...
2007-07-10  Hans Leidekkerpdh: Implement and test PdhGetRawCounterValue.
2007-07-10  Hans Leidekkerpdh: Implement and test PdhSetCounterScaleFactor and...
2007-07-10  Hans Leidekkerpdh: Add an uptime counter source based on GetTickCount.
2007-06-28  Hans Leidekkerpdh: Implement PdhCollectQueryData.
2007-06-28  Hans Leidekkerpdh: Implement PdhAddCounter{A, W} and PdhRemoveCounter.
2007-06-28  Hans Leidekkerpdh: Implement PdhOpenQuery{A, W} and PdhCloseQuery.
2007-06-04  Andrey Turkinpdh: Stub implementation of pdh.dll.