Windows2003-3790/net/nwlink/kdext/cteext.h
2020-09-30 16:53:55 +02:00

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