Paul Vriens : include/pdhmsg.h: Add some defines.
Module: wine Branch: master Commit: a5be9a8822dffc7be7368a61395c0b31929410f1 URL: http://source.winehq.org/git/wine.git/?a=commit;h=a5be9a8822dffc7be7368a6139... Author: Paul Vriens <paul.vriens.wine(a)gmail.com> Date: Mon Jul 30 16:36:43 2007 +0200 include/pdhmsg.h: Add some defines. --- include/pdhmsg.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/include/pdhmsg.h b/include/pdhmsg.h index 81af032..00563a0 100644 --- a/include/pdhmsg.h +++ b/include/pdhmsg.h @@ -25,10 +25,12 @@ #define PDH_CSTATUS_NO_MACHINE 0x800007d0 #define PDH_MORE_DATA 0x800007d2 #define PDH_NO_DATA 0x800007d5 +#define PDH_CSTATUS_NO_OBJECT 0xc0000bb8 #define PDH_CSTATUS_NO_COUNTER 0xc0000bb9 #define PDH_MEMORY_ALLOCATION_FAILURE 0xc0000bbb #define PDH_INVALID_HANDLE 0xc0000bbc #define PDH_INVALID_ARGUMENT 0xc0000bbd +#define PDH_INSUFFICIENT_BUFFER 0xc0000bc2 #define PDH_INVALID_DATA 0xc0000bc6 #define PDH_STRING_NOT_FOUND 0xc0000bd4
participants (1)
-
Alexandre Julliard