IeXdi2EnumCodeBp (Windows CE 5.0)
This interface contains methods that provide access to exdi driver-generated code breakpoint list objects.
Methods
The following table shows the methods defined in the IeXdi2EnumCodeBp interface.
Method | Description |
---|---|
IeXdi2EnumCodeBp::Clone | Copies the enumerated list of code breakpoints. |
IeXdi2EnumCodeBp::DisableAll | Disables all code breakpoints that have objects in the enumerated list. |
IeXdi2EnumCodeBp::EnableAll | Enables all code breakpoints that have objects in the enumerated list. |
IeXdi2EnumCodeBp::GetCount | Retrieves the total number of code breakpoint objects in the enumerated list. |
IeXdi2EnumCodeBp::GetNext | Retrieves a pointer to the next code breakpoint object in the enumerated list. |
IeXdi2EnumCodeBp::LockChangesAll | Locks breakpoints in the enumerated list to prevent change, or unlocks locked breakpoints to allow change. |
IeXdi2EnumCodeBp::Next | Retrieves the next requested number of items in an enumeration sequence of code breakpoints. |
IeXdi2EnumCodeBp::Reset | Resets the position in the enumerated list to the first code breakpoint object. |
IeXdi2EnumCodeBp::Skip | Skips a given number of code breakpoint objects in the enumerated list. |
See Also
Send Feedback on this topic to the authors