00001
00002 LIBRARY
USEREXTS
00003
00004 ;
00005 ; This
file generates userexts.def or userkdx.def depending on
the
00006 ; state of
KERNEL. This allows one
file (exts.h) to
00007 ; be used to generate extension exports, entrypoints, and help text.
00008 ;
00009 ; To add an extension, add the appropriate entry to exts.h and matching
00010 ; code to userexts.c
00011 ;
00012
00013 EXPORTS
00014 #define DOIT(name, helpstring1, helpstring2, validflags, argtype) name
00015 #include "exts.h"
00016
00017 #ifdef KERNEL
00018 ;--------------------------------------------------------------------
00019 ;
00020 ; these are the extension service functions provided for the debugger
00021 ;
00022 ;--------------------------------------------------------------------
00023
00024 CheckVersion
00025 WinDbgExtensionDllInit
00026 ExtensionApiVersion
00027 #endif