Collapse All
Parallels C API Reference Guide
PRL_VM_START_MODE Enumeration
PrlEnums.h PRL_VM Structs Send Feedback

VM start mode: PSM_VM_START : start VM PSM_VM_SAFE_START : start VM in the safe mode

Syntax
typedef enum _PRL_VM_START_MODE {
  PSM_VM_START = (1 << 0),
  PSM_VM_SAFE_START = (1 << 1),
  PSM_VM_START_LAST_ITEM = PSM_VM_SAFE_START
} PRL_VM_START_MODE;
File
Members

PSM_VM_START_LAST_ITEM
PSM_VM_START_LAST_ITEM has to be equal the last mode
Links
Copyright (c) 1999-2008 Parallels Software International Inc.
What do you think about this topic? Send feedback!