00001 /* 00002 * This program is free software; you can redistribute it and/or 00003 * modify it under the terms of the GNU General Public License 00004 * as published by the Free Software Foundation; either version 00005 * 2 of the License, or (at your option) any later version. 00006 * 00007 * Copyright 2004 Spiro Trikaliotis 00008 * 00009 */ 00010 00022 #ifdef ExAllocatePool 00023 #undef ExAllocatePool 00024 #endif 00025 00027 #define MTAG_DEVNAME 'ndTS' // STdn 00028 00030 #define MTAG_SENUMERATE 'neTS' // STen 00031 00033 #define MTAG_PPINFO 'ppTS' // STpp 00034 00036 #define MTAG_SERVKEY 'ksTS' // STsk 00037 00039 #define MTAG_PERFEVAL 'epTS' // STpe 00040 00042 #define MTAG_DBGBUFFER 'bdTS' // STdb
1.4.2