NT4/private/ntos/tdi/isn/isnext/cteext.h
2020-09-30 17:12:29 +02:00

34 lines
362 B
C

#if !defined( _INCLUDED_CTEEXT_H_ )
#define _INCLUDED_CTEEXT_H_
VOID
DumpCTELock
(
ULONG LockToDump,
VERBOSITY Verbosity
);
VOID
DumpCTETimer
(
ULONG TimerToDump,
VERBOSITY Verbosity
);
VOID
DumpWorkQueueItem
(
ULONG ItemToDump,
VERBOSITY Verbosity
);
VOID
DumpMdlChain
(
ULONG MdlToDump,
VERBOSITY Verbosity
);
#endif