ReactOS 0.4.17-dev-804-g023d8af
_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 430 of file pci.h.

Member Data Documentation

◆ BufferData

CHAR _PCI_ID_BUFFER::BufferData[256]

Definition at line 437 of file pci.h.

◆ CharBuffer

PCHAR _PCI_ID_BUFFER::CharBuffer

Definition at line 436 of file pci.h.

◆ Count

ULONG _PCI_ID_BUFFER::Count

Definition at line 432 of file pci.h.

Referenced by PciQueryId().

◆ Strings

ANSI_STRING _PCI_ID_BUFFER::Strings[MAX_ANSI_STRINGS]

Definition at line 433 of file pci.h.

Referenced by PciQueryId().

◆ StringSize

ULONG _PCI_ID_BUFFER::StringSize[MAX_ANSI_STRINGS]

Definition at line 434 of file pci.h.

Referenced by PciQueryId().

◆ TotalLength

ULONG _PCI_ID_BUFFER::TotalLength

Definition at line 435 of file pci.h.

Referenced by PciQueryId().


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