Collapse All
Parallels C API Reference Guide
_PRL_GENERIC_DEVICE_STATE Enumeration
PrlEnums.h Other 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
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
};
File
Links
Copyright © 1999-2011 Parallels Holdings, Ltd. and its affiliates. All rights reserved.
What do you think about this topic? Send feedback!