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

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