1/5/2010
This interface contains methods that provide access to eXDI driver-generated data breakpoint list objects.
Methods
The following table shows the methods defined in the IeXdi2EnumDataBp interface.
| Method | Description |
|---|---|
Copies the enumerated list of data breakpoints. |
|
Disables all data breakpoints that have objects in the enumerated list. |
|
Enables all data breakpoints that have objects in the enumerated list. |
|
Retrieves the total number of data breakpoint objects in the enumerated list. |
|
Retrieves a pointer to the next data breakpoint object in the enumerated list. |
|
Locks breakpoints in the enumerated list to prevent change, or unlocks locked breakpoints to allow change. |
|
Retrieves the next requested number of items in an enumeration sequence of data breakpoints. |
|
Resets the position in the enumerated list to the first data breakpoint object. |
|
Skips a given number of data breakpoint objects in the enumerated list. |
Requirements
| Header | eXDI2.h |
| Library | ole32.lib, oleaut32.lib |
| Windows Embedded CE | Windows CE 5.0 and later |