Collapse All
Parallels C API Reference Guide
PRL_GENERIC_PCI_DEVICE_CLASS Enumeration
PrlEnums.h Other Structs

Generic PCI device class: PGD_PCI_NETWORK : generic PCI network device PGD_PCI_DISPLAY : generic PCI display device PGD_PCI_SOUND : generic PCI sound device PGD_PCI_OTHER : another generic PCI device

Syntax
typedef enum _PRL_GENERIC_PCI_DEVICE_CLASS {
  PGD_PCI_NETWORK = 0,
  PGD_PCI_DISPLAY = 1,
  PGD_PCI_SOUND = 2,
  PGD_PCI_OTHER = 3
} PRL_GENERIC_PCI_DEVICE_CLASS;
File
Links
Copyright © 1999-2011 Parallels Holdings, Ltd. and its affiliates. All rights reserved.
What do you think about this topic? Send feedback!