WritePciConfigDwordEx

This function writes a DWORD value to the specified PCI configuration address.

Syntax

BOOL WritePciConfigDwordEx(
    DWORD pciAddress,
    DWORD regAddress,
    DWORD 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