IOsAxsCodeBp::GetAttributesEx (Windows CE 5.0)
This method returns the attributes of a specified code breakpoint.
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 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
Send Feedback on this topic to the authors