API Access (Windows Embedded CE 6.0)

1/6/2010

Application programming interfaces (APIs) exist on the target device to allow a code to do different functions, such as access the database, start the client, stop the client, and schedule a download task.

The following table shows the device management functions.

Function Description

CeGetDevMgmtPackageList

Retrieves the record in a device management package database.

CeSetDevMgmtTask

Schedules a device management task.

CeStartDevMgmtService

Starts or terminates a device management service.

The following table shows the device management structures.

Structure Description

DMSINVRECORD

Stores the records.

DMTASKINFO

Contains task information.

DMSDLINFO

Defines the download information.

DMSINVPKGID

Defines the package ID information.

See Also

Other Resources

Device Management Client Application Development