Share via


IeXdi2Generic (Windows Embedded CE 6.0)

1/5/2010

This interface provides methods that support execution control of the target. It is normally hosted by the eXdi service.

Methods

The following table shows the methods defined in the IeXdi2Generic interface.

Method Description

IeXdi2Generic::GetErrorDescription

Returns a text description of an error code returned by the eXDI service.

IeXdi2Generic::GetOsAxsService

Returns a pointer to the ICcService object interface that supports the OsAccess service associated with the debugging target.

IeXdi2Generic::GetTargetInfo

Returns global information about the debugging target and the hardware probe or emulator.

IeXdi2Generic::Ioctl

Provides a user-defined, nonformatted interface.

IeXdi2Generic::ReadClientScratchPad

Enables a client to read a memory block or scratch pad containing miscellaneous data that is saved on the eXDI service by WriteClientScratchPad.

IeXdi2Generic::WriteClientScratchPad

Enables a client device to allocate and write a memory block or scratch pad for saving miscellaneous data on the eXDI service.

Requirements

Header eXDI2.h
Library ole32.lib, oleaut32.lib
Windows Embedded CE Windows CE 5.0 and later

See Also

Reference

IeXDI2 Interfaces