GetDebuggerData (Windows Embedded CE 6.0)

1/5/2010

This function retrieves information stored in a data block.

Syntax

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

Parameters

  • Tag
    [in] Value that should be set equal to KDBG_TAG.
  • Buf
    [in] Pointer to the data block for the debugger.
  • Size
    [in] Size of the data block, including the header.

Return Value

This function returns TRUE if the data block is found. Otherwise, the function returns FALSE.

Requirements

Header wdbgexts_ce.h
Library Developer Implemented
Windows Embedded CE Windows CE 3.0 and later

See Also

Concepts

Debugger Extension Functions