Collapse All
Parallels Virtualization SDK
PRL_VM_START_MODE Enumeration
PRL_VM__

VM start mode: PSM_VM_START : start VM PSM_VM_SAFE_START : start VM in the safe mode PSM_VM_START_FOR_COMPACT : start VM only for compacting disk operation

Syntax
typedef enum _PRL_VM_START_MODE {
  PSM_VM_START = 1<<(PACF_MAX+1),
  PSM_VM_SAFE_START = 1<<(PACF_MAX+2),
  PSM_VM_START_FOR_COMPACT = 1<<(PACF_MAX+3),
  PSM_VM_START_LAST_ITEM = PSM_VM_START_FOR_COMPACT
} PRL_VM_START_MODE;
File

PrlCommandsFlags.h

Members

PSM_VM_START_LAST_ITEM
PSM_VM_START_LAST_ITEM has to be equal the last mode
Links
Copyright © 1999-2017 Parallels International GmbH. All rights reserved.