Debugging Tools for Windows

GetDebuggerData

The GetDebuggerData function retrieves information stored in a data block.

ULONG 
  GetDebuggerData (
    ULONG Tag,
    PVOID Buf,
    ULONG Size
    );

Parameters

Tag
This should be set equal to KDBG_TAG. (This value is specified in wdbgexts.h.)
Buf
Points to the debugger data block.
Size
Specifies the size of the data block, including the header.

Return Value

If the data block is found, the return value is TRUE; otherwise, it is FALSE.

Requirements

Headers:

Defined in wdbgexts.h. If you are writing a WdbgExts extension, include wdbgexts.h. If you are writing a DbgEng extension that calls this function, include wdbgexts.h before dbgeng.h (see Writing DbgEng Extension Code for details).

Build machine: CAPEBUILD