Collapse All
Parallels C API Reference Guide
PRL_INSTALL_APPLIANCE_FLAGS Enumeration
PrlCommandsFlags.h Other 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
typedef enum _PRL_INSTALL_APPLIANCE_FLAGS {
  PIAF_CANCEL = 1<<(PACF_MAX+1),
  PIAF_FORCE = 1<<(PACF_MAX+2),
  PIAF_STOP = 1<<(PACF_MAX+3)
} PRL_INSTALL_APPLIANCE_FLAGS;
File
Links
Copyright © 1999-2011 Parallels Holdings, Ltd. and its affiliates. All rights reserved.
What do you think about this topic? Send feedback!