ReadPciConfigByte

This function reads a BYTE value from the specified PCI configuration address.

Syntax

BYTE ReadPciConfigByte(
    DWORD pciAddress,
    BYTE regAddress
);

Parameters

Return Values

Returns a BYTE value read from the specified PCI configuration address.

Remarks

 

Requirements