windows-nt/Source/XPSP1/NT/net/nwlink/kdext/cteext.h

33 lines
361 B
C
Raw Permalink Normal View History

2020-09-26 03:20:57 -05:00
#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