Collapse All
Virtuozzo Virtualization SDK C API Reference
ContentsIndex
PreviousUpNext
_PRL_GENERIC_PCI_DEVICE_CLASS Enumeration
Other PRL 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
enum _PRL_GENERIC_PCI_DEVICE_CLASS {
  PGD_PCI_NETWORK = 0,
  PGD_PCI_DISPLAY = 1,
  PGD_PCI_SOUND = 2,
  PGD_PCI_OTHER = 3
};
File

PrlEnums.h

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