Collapse All
Virtuozzo Virtualization SDK C API Reference
ContentsIndex
PreviousUpNext
_PRL_VM_START_MODE Enumeration
PRL_VM Structs

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
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
};
File

PrlCommandsFlags.h

Members

PSM_VM_START_LAST_ITEM
PSM_VM_START_LAST_ITEM has to be equal the last mode

Links
Copyright ©2016-2017 Parallels International GmbH. All rights reserved.