Collapse All
Parallels C API Reference Guide
VIRTUAL_MACHINE_ADDITION_STATE Enumeration
PrlEnums.h Other Structs

Virtual machine addition states enumeration, may be combined with bitwise

Syntax
typedef enum _VIRTUAL_MACHINE_ADDITION_STATE {
  VMAS_NOSTATE = 1<<0,
  VMAS_BACKUPING = 1<<1,
  VMAS_RESTORING_FROM_BACKUP = 1<<2,
  VMAS_ENCRYPTING = 1<<3,
  VMAS_DECRYPTING = 1<<4,
  VMAS_CLONING = 1<<5,
  VMAS_MAX = 1<<31
} VIRTUAL_MACHINE_ADDITION_STATE;
File
Links
Copyright © 1999-2011 Parallels Holdings, Ltd. and its affiliates. All rights reserved.
What do you think about this topic? Send feedback!