ReadPciConfigWordEx

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

Syntax

BOOL ReadPciConfigWordEx(
    DWORD pciAddress,
    DWORD regAddress,
    PWORD value
);

Parameters

Return Values

If the function succeeds, the return value is TRUE.

If the function fails, the return value is FALSE.

Remarks

regAddress supports 32 bit value.

Requirements