ReadPciConfigWord

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

Syntax

WORD ReadPciConfigWord(
    DWORD pciAddress,
    BYTE regAddress
);

Parameters

Return Values

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

Remarks

 

Requirements