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

Generic device state PGS_CONNECTED_TO_HOST : device is used by host PGS_CONNECTED_TO_VM : device is used by VM PGS_RESERVED : reserved value PGS_NON_CONTROLLED_USB : USB device is not controlled PGS_CONNECTING_TO_VM : device belong to VM, but prl_usb_dev still not started

Syntax
typedef enum _PRL_GENERIC_DEVICE_STATE {
  PGS_CONNECTED_TO_HOST = 0,
  PGS_CONNECTED_TO_VM = 1,
  PGS_RESERVED = 2,
  PGS_NON_CONTROLLED_USB = PGS_RESERVED,
  PGS_CONNECTING_TO_VM = 3
} PRL_GENERIC_DEVICE_STATE;
File

PrlEnums.h

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