Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenpdhmsg.h
Go to the documentation of this file.
00001 /* 00002 * Performance Data Helper 00003 * 00004 * Copyright 2007 Hans Leidekker 00005 * 00006 * This library is free software; you can redistribute it and/or 00007 * modify it under the terms of the GNU Lesser General Public 00008 * License as published by the Free Software Foundation; either 00009 * version 2.1 of the License, or (at your option) any later version. 00010 * 00011 * This library is distributed in the hope that it will be useful, 00012 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00013 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00014 * Lesser General Public License for more details. 00015 * 00016 * You should have received a copy of the GNU Lesser General Public 00017 * License along with this library; if not, write to the Free Software 00018 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 00019 */ 00020 00021 #ifndef _PDH_MSG_H_ 00022 #define _PDH_MSG_H_ 00023 00024 #define PDH_CSTATUS_VALID_DATA 0x00000000 00025 #define PDH_CSTATUS_NO_MACHINE 0x800007d0 00026 #define PDH_MORE_DATA 0x800007d2 00027 #define PDH_NO_DATA 0x800007d5 00028 #define PDH_CSTATUS_NO_OBJECT 0xc0000bb8 00029 #define PDH_CSTATUS_NO_COUNTER 0xc0000bb9 00030 #define PDH_MEMORY_ALLOCATION_FAILURE 0xc0000bbb 00031 #define PDH_INVALID_HANDLE 0xc0000bbc 00032 #define PDH_INVALID_ARGUMENT 0xc0000bbd 00033 #define PDH_CSTATUS_BAD_COUNTERNAME 0xc0000bc0 00034 #define PDH_INSUFFICIENT_BUFFER 0xc0000bc2 00035 #define PDH_INVALID_DATA 0xc0000bc6 00036 #define PDH_NOT_IMPLEMENTED 0xc0000bd3 00037 #define PDH_STRING_NOT_FOUND 0xc0000bd4 00038 00039 #endif /* _PDH_MSG_H_ */ Generated on Sat May 26 2012 04:30:59 for ReactOS by
1.7.6.1
|