Collapse All
Virtuozzo Virtualization SDK C API Reference
ContentsIndex
PreviousUpNext
_PRL_INSTALL_APPLIANCE_FLAGS Enumeration
Other PRL Structs

Install appliance options

  • PIAF_CANCEL : cancel appliance installation
  • PIAF_FORCE : do not cancel installation and begin a new one
  • if the previous installation became corrupted outside.
  • PIAF_STOP : temporary stop appliance downloading

Syntax
enum _PRL_INSTALL_APPLIANCE_FLAGS {
  PIAF_CANCEL = 1<<(PACF_MAX+1),
  PIAF_FORCE = 1<<(PACF_MAX+2),
  PIAF_STOP = 1<<(PACF_MAX+3)
};
File

PrlCommandsFlags.h

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