Lines Matching defs:machine
5 * COM API for machine management on Windows.
105 /* Try to find a machine that doesn't exist */
106 IMachine *machine = NULL;
109 rc = virtualBox->FindMachine(machineName, &machine);
138 SAFE_RELEASE(machine);
150 IMachine *machine = NULL;
153 rc = virtualBox->FindMachine(machineName, &machine);
191 rc = machine->get_Id(&guid); /* Get the GUID of the machine. */
194 printf("Error retrieving machine ID! rc = 0x%x\n", rc);
201 CLSCTX_INPROC_SERVER, /* the object lives in a server process on this machine */
211 rc = machine->LaunchVMProcess(session, sessiontype,
227 machine->ShowConsoleWindow(0);
232 /* Power down the machine. */
249 SAFE_RELEASE(machine);
271 CLSCTX_LOCAL_SERVER, /* the object lives in a server process on this machine */