IeXdi2ProbeHandlerGeneric (Windows CE 5.0)
This interface provides methods to access a third-party probe handler.
This is an internal interface and should not be called from external clients.
Methods
The following table shows the methods defined in the IeXdi2ProbeHandlerGeneric interface.
Method | Description |
---|---|
IeXdi2ProbeHandlerGeneric::Connect | Launches the connection between a probe and a debugging target. |
IeXdi2ProbeHandlerGeneric::Disconnect | Disconnects a probe and a debugging target after a failed attempt to connect. |
IeXdi2ProbeHandlerGeneric::GetTargetInfo | Retrieves global information about the target device, probe, or emulator. |
IeXdi2ProbeHandlerGeneric::InitAndLockProbeHandler | Initializes connection links and inserts the helper into a chain of helpers. |
IeXdi2ProbeHandlerGeneric::LockProbe | Prevents the probe from hard reference counting to prevent circular references. |
IeXdi2ProbeHandlerGeneric::UnlockProbe | Unlocks the probe and allows reference counting. |
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