Source code of Windows XP (NT5)
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.

32 lines
361 B

  1. #if !defined( _INCLUDED_CTEEXT_H_ )
  2. #define _INCLUDED_CTEEXT_H_
  3. VOID
  4. DumpCTELock
  5. (
  6. ULONG LockToDump,
  7. VERBOSITY Verbosity
  8. );
  9. VOID
  10. DumpCTETimer
  11. (
  12. ULONG TimerToDump,
  13. VERBOSITY Verbosity
  14. );
  15. VOID
  16. DumpWorkQueueItem
  17. (
  18. ULONG ItemToDump,
  19. VERBOSITY Verbosity
  20. );
  21. VOID
  22. DumpMdlChain
  23. (
  24. ULONG MdlToDump,
  25. VERBOSITY Verbosity
  26. );
  27. #endif