This function writes a DWORD value to the specified PCI configuration address.
BOOL WritePciConfigDwordEx(
DWORD pciAddress,
DWORD regAddress,
DWORD value
);
| bit | description |
|---|---|
0- 2 |
Function Number |
3- 7 |
Device Number |
8-15 |
PCI Bus Number |
16-31 |
Reserved |
If the function succeeds, the return value is TRUE.
If the function fails, the return value is FALSE.
regAddress supports 32 bit value.