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

48 lines
511 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
#if !defined( _INCLUDED_CTEEXT_H_ )
#define _INCLUDED_CTEEXT_H_
VOID
DumpCTELock
(
ULONG_PTR LockToDump,
VERBOSITY Verbosity
);
VOID
DumpCTETimer
(
ULONG_PTR TimerToDump,
VERBOSITY Verbosity
);
VOID
DumpWorkQueueItem
(
ULONG_PTR ItemToDump,
VERBOSITY Verbosity
);
VOID
DumpMdlChain
(
ULONG MdlToDump,
VERBOSITY Verbosity
);
VOID
DumpCTEEvent
(
ULONG_PTR _objAddr,
VERBOSITY Verbosity
);
VOID
DumpKEvent
(
ULONG_PTR _objAddr,
VERBOSITY Verbosity
);
#endif