ReactOS 0.4.15-dev-7953-g1f49173
_PCI_ID_BUFFER Struct Reference

#include <pci.h>

Collaboration diagram for _PCI_ID_BUFFER:

Public Attributes

ULONG Count
 
ANSI_STRING Strings [MAX_ANSI_STRINGS]
 
ULONG StringSize [MAX_ANSI_STRINGS]
 
ULONG TotalLength
 
PCHAR CharBuffer
 
CHAR BufferData [256]
 

Detailed Description

Definition at line 424 of file pci.h.

Member Data Documentation

◆ BufferData

CHAR _PCI_ID_BUFFER::BufferData[256]

Definition at line 431 of file pci.h.

◆ CharBuffer

PCHAR _PCI_ID_BUFFER::CharBuffer

Definition at line 430 of file pci.h.

◆ Count

ULONG _PCI_ID_BUFFER::Count

Definition at line 426 of file pci.h.

Referenced by PciQueryId().

◆ Strings

ANSI_STRING _PCI_ID_BUFFER::Strings[MAX_ANSI_STRINGS]

Definition at line 427 of file pci.h.

Referenced by PciQueryId().

◆ StringSize

ULONG _PCI_ID_BUFFER::StringSize[MAX_ANSI_STRINGS]

Definition at line 428 of file pci.h.

Referenced by PciQueryId().

◆ TotalLength

ULONG _PCI_ID_BUFFER::TotalLength

Definition at line 429 of file pci.h.

Referenced by PciQueryId().


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