IEnumManagerSDKs

This interface represents platform level nodes in the Device Emulator Manager (DEM) such as Pocket PC 2003 or Windows Mobile 5.0 Smartphone.

interface IEnumManagerSDKs : IDispatch {}

Methods

Method

Description

IEnumManagerSDKs::EnumerateVMIDs

Enumerates the emulators that belong to the current platform.

IEnumManagerSDKs::MoveNext

Moves to the next platform.

IEnumManagerSDKs::Reset

Move back to the first platform.

IEnumManagerSDKs::get_Name

Get the name of the current platform.

Remarks

To create an object that implements this interface, use IDeviceEmulatorManager::EnumerateSDKs. An object that implements this interface is a linked list that contains all the platforms in the node.

Example

This example lists the nodes, SDKs/platforms, and emulators in the Device Emulator Manager window.

Requirements

DEMComInterface.tlb

See Also

Other Resources

Device Emulator samples