ReactOS 0.4.15-dev-7842-g558ab78
_PCI_CARD_DESCRIPTOR Struct Reference

#include <pci.h>

Public Attributes

ULONG Flags
 
USHORT VendorID
 
USHORT DeviceID
 
USHORT RevisionID
 
USHORT SubsystemVendorID
 
USHORT SubsystemID
 
USHORT Reserved
 

Detailed Description

Definition at line 116 of file pci.h.

Member Data Documentation

◆ DeviceID

USHORT _PCI_CARD_DESCRIPTOR::DeviceID

Definition at line 120 of file pci.h.

Referenced by HalpIsRecognizedCard().

◆ Flags

ULONG _PCI_CARD_DESCRIPTOR::Flags

Definition at line 118 of file pci.h.

Referenced by HalpIsRecognizedCard().

◆ Reserved

USHORT _PCI_CARD_DESCRIPTOR::Reserved

Definition at line 124 of file pci.h.

◆ RevisionID

USHORT _PCI_CARD_DESCRIPTOR::RevisionID

Definition at line 121 of file pci.h.

Referenced by HalpIsRecognizedCard().

◆ SubsystemID

USHORT _PCI_CARD_DESCRIPTOR::SubsystemID

Definition at line 123 of file pci.h.

Referenced by HalpIsRecognizedCard().

◆ SubsystemVendorID

USHORT _PCI_CARD_DESCRIPTOR::SubsystemVendorID

Definition at line 122 of file pci.h.

Referenced by HalpIsRecognizedCard().

◆ VendorID

USHORT _PCI_CARD_DESCRIPTOR::VendorID

Definition at line 119 of file pci.h.

Referenced by HalpIsRecognizedCard().


The documentation for this struct was generated from the following file: