Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
520 B

  1. /*++
  2. Copyright (c) 2000 Microsoft Corporation
  3. Module Name:
  4. vfprint.h
  5. Abstract:
  6. This header exposes prototypes required when outputting various data types
  7. to the debugger.
  8. Author:
  9. Adrian J. Oney (adriao) 20-Apr-1998
  10. Environment:
  11. Kernel mode
  12. Revision History:
  13. AdriaO 02/10/2000 - Seperated out from ntos\io\ioassert.c
  14. --*/
  15. VOID
  16. VfPrintDumpIrpStack(
  17. IN PIO_STACK_LOCATION IrpSp
  18. );
  19. VOID
  20. VfPrintDumpIrp(
  21. IN PIRP IrpToFlag
  22. );