Partager via


IOsAsxDataBp::GetAttributesEx (Windows CE 5.0)

Send Feedback

This method returns the characteristics of a data breakpoint.

HRESULT GetAttributesEx(  DWORD* pProcID,  DWORD* pThreadID,  DATA_BP_TYPE* pdbp,  DWORD* pdwBypassedOccurences);

Parameters

  • pProcID
    [out] Pointer to the identifier of the process affinity associated with the breakpoint.

    This value is 0 if the list includes all processes or if no process of interest is identified.

  • pThdID
    [out] Pointer to the identifier of the thread affinity associated to the breakpoint.

    This value is 0 if the list includes all threads or if no thread of interest is identified.

  • pdbp
    [out] Pointer to the collection of standard breakpoint attributes.

    For more information, see IeXdi2DataBp::GetAttributes.

  • pdwBypassedOccurences
    [out] Pointer to the number of occurrences of bypasses that are related to this breakpoint.

    This value is reset to 0 every time the CPU halts due to this breakpoint.

Return Values

The following table shows the return values for this method.

Value Description
S_OK Indicates the function was successful.
E_FAIL Indicates an unspecified failure.
EXDI_E_COMMUNICATION Indicates a communication error between host driver and target.

Requirements

OS Version: Windows CE 5.0 and later.
Header: OsAccess.h.
Link Library: OSAXSC.lib.

See Also

IOsAxs Interfaces

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.