EMULATOR_STATE
Indicates the state of the emulator.
enum EMULATOR_STATE
{
EMU_NOT_RUNNING = 0,
EMU_RUNNING = 1,
EMU_CRADLED = 2
}
Remarks
This enumeration is used by IDeviceEmulatorManagerVMID::get_State. The emulator can be not running, running, or cradled.
Example
This example demonstrates the usage of this method. For the complete example, see IDeviceEmulatorManagerVMID.
Requirements
DEMComInterface.tlb