/*++ Copyright (c) 1991 Microsoft Corporation Module Name: help.c Abstract: This module dumps out help info for VDMEXTS Author: Neil Sandlin (NeilSa) 15-Jan-1996 Notes: Revision History: --*/ #include #pragma hdrstop CHAR szAPIUSAGE[] = "Usage: !vdmexts.APIProfDmp [TblName] [APIspec]\n\n where: TblName = kernel | user | gdi | keyboard | sound | shell | mmed\n (no TblName implies 'all tables')\n\n APIspec = API # or API name"; CHAR szMSGUSAGE[] = "Usage: !vdmexts.MsgProfDmp [MessageName | MessageNum (decimal)]\n (no argument implies 'all messages')"; VOID helpAPIProfDmp( VOID ) { PRINTF("\n\n%s\n", szAPIUSAGE); } VOID helpMsgProfDmp( VOID ) { PRINTF("\n\n%s\n", szMSGUSAGE); } VOID helpFilter( VOID ) { PRINTF("Usage: filter