// wdbgexts.h
void GetDebuggerData(
TAG,
BUF,
SIZE
);
View the official Windows Driver Kit DDI referenceNo description available.
The GetDebuggerData function retrieves information stored in a data block.
TAGThis should be set equal to KDBG_TAG. (This value is specified in wdbgexts.h.)
BUFPoints to the debugger data block.
SIZESpecifies the size of the data block, including the header.
If the data block is found, the return value is TRUE; otherwise, it is FALSE.