Compartilhar via


GetDebuggerData (Windows CE 5.0)

Send Feedback

This function retrieves information stored in a data block.

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 Values

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

Requirements

OS Versions: Windows CE 3.0 and later.
Header: WDbgExts_CE.h.
Link Library: Developer defined.

See Also

Debugger Extension Functions

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.