Share via


IOsAxsCodeBp::GetAttributesEx (Windows Embedded CE 6.0)

1/5/2010

This method returns the attributes of a specified code breakpoint.

Syntax

HRESULT GetAttributesEx(
  DWORD* pProcID,
  DWORD* pThreadID,
  CODE_BP_TYPE* pcbp,
  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.

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

    For more information, see IeXdi2CodeBp::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 Value

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

Header OsAccess.h
Library OSAXSC.lib
Windows Embedded CE Windows CE 5.0 and later

See Also

Reference

IOsAxsCodeBp
IOsAxs Interfaces