windows-nt/Source/XPSP1/NT/net/rras/ndis/rasl2tp/kdext/exts.h
2020-09-26 16:20:57 +08:00

27 lines
774 B
C

/************************************************************************\
*
* MODULE: exts.h
*
* DESCRIPTION: macro driving file for use with stdexts.h and stdexts.c.
*
* Copyright (c) 6/9/1995, Microsoft Corporation
*
* 6/9/1995 SanfordS Created
*
\************************************************************************/
DOIT( help
,"help -v [cmd]\n"
," help - Prints short help text on all commands.\n"
" help -v - Prints long help text on all commands.\n"
" help cmd - Prints long help on given command.\n"
,"v"
,CUSTOM)
DOIT( dso
,"dso <struct> [field] [address]\n"
," - Dumps struct offsets and values, e.g:\n"
" dso ADAPTERCB 806955b0\n"
,""
,CUSTOM)