Collapse All
Parallels C API Reference Guide
ContentsIndex
PreviousUpNext
_VIRTUAL_MACHINE_ADDITION_STATE Enumeration
PrlEnums.h  Other Structs  Send Feedback

Virtual machine addition states enumeration, may be combined with bitwise

Syntax
enum _VIRTUAL_MACHINE_ADDITION_STATE {
  VMAS_NOSTATE = 1<<0,
  VMAS_BACKUPING = 1<<1,
  VMAS_RESTORING_FROM_BACKUP = 1<<2,
  VMAS_MAX = 1<<31
};
File
Links
Copyright (c) 1999-2009 Parallels Software International Inc.
What do you think about this topic? Send feedback!