Collapse All
Parallels C API Reference Guide
ContentsIndex
PreviousUpNext
_PRL_GENERIC_DEVICE_STATE Enumeration
PrlEnums.h  Other Structs  Send Feedback

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

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
};
File
Links
Copyright (c) 1999-2009 Parallels Software International Inc.
What do you think about this topic? Send feedback!