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
enum _PRL_VM_LOCATION { PVL_UNKNOWN = 0, PVL_LOCAL_FS = 1, PVL_REMOTE_FS = 2, PVL_USB_DRIVE = 3, PVL_FIREWIRE_DRIVE = 4 };
PrlEnums.h
Copyright © 1999-2015 Parallels IP Holdings GmbH and its affiliates. All rights reserved.
|
What do you think about this topic?
Send feedback!
|