IOsAsxDataBp::GetAttributesEx (Windows Embedded CE 6.0)
1/5/2010
This method returns the characteristics of a data breakpoint.
Syntax
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 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 |