windows-nt/Source/XPSP1/NT/net/nwlink/kdext/cteext.h
2020-09-26 16:20:57 +08:00

33 lines
361 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