Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |
---|---|
IeXdi2EnumDataBp::Clone | Copies the enumerated list of data breakpoints. |
IeXdi2EnumDataBp::DisableAll | Disables all data breakpoints that have objects in the enumerated list. |
IeXdi2EnumDataBp::EnableAll | Enables all data breakpoints that have objects in the enumerated list. |
IeXdi2EnumDataBp::GetCount | Retrieves the total number of data breakpoint objects in the enumerated list. |
IeXdi2EnumDataBp::GetNext | Retrieves a pointer to the next data breakpoint object in the enumerated list. |
IeXdi2EnumDataBp::LockChangesAll | Locks breakpoints in the enumerated list to prevent change, or unlocks locked breakpoints to allow change. |
IeXdi2EnumDataBp::Next | Retrieves the next requested number of items in an enumeration sequence of data breakpoints. |
IeXdi2EnumDataBp::Reset | Resets the position in the enumerated list to the first data breakpoint object. |
IeXdi2EnumDataBp::Skip | Skips a given number of data breakpoint objects in the enumerated list. |
Requirements
OS Version: Windows CE 5.0 and later.
Header: exdi2.h.
Link Library: ole32.lib, oleaut32.lib.
See Also
Send Feedback on this topic to the authors