ReadPciConfigDword

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

Syntax

DWORD ReadPciConfigDword(
    DWORD pciAddress,
    BYTE regAddress
);

Parameters

Return Values

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

Remarks

 

Requirements