Collapse All
Parallels C API Reference Guide
_PRL_VM_LOCATION Enumeration
PrlEnums.h PRL_VM Structs

VM files location set PVL_UNKNOWN : VM files location unknown (mostly for invalid VMs) PVL_LOCAL_FS : VM files placed on local file system PVL_REMOTE_FS : VM files placed on remote file system PVL_USB_DRIVE : VM files placed on external USB drive PVL_FIREWIRE_DRIVE : VM files placed on external FireWire drive

Syntax
enum _PRL_VM_LOCATION {
  PVL_UNKNOWN = 0,
  PVL_LOCAL_FS = 1,
  PVL_REMOTE_FS = 2,
  PVL_USB_DRIVE = 3,
  PVL_FIREWIRE_DRIVE = 4
};
File
Links
Copyright © 1999-2011 Parallels Holdings, Ltd. and its affiliates. All rights reserved.
What do you think about this topic? Send feedback!