![]() |
Jungo WinDriver
Official Documentation
|
| DWORD DLLCALLCONV WDC_PciWriteCfgBySlot | ( | _In_ WD_PCI_SLOT * | pPciSlot, |
| _In_ DWORD | dwOffset, | ||
| _In_ PVOID | pData, | ||
| _In_ DWORD | dwBytes | ||
| ) |
Write data to a specified offset in a PCI device's configuration space or a PCI Express device's extended configuration space.
The device is identified by its location on the PCI bus.
| [in] | pPciSlot | Pointer to a PCI device location information structure, which can be acquired by calling WDC_PciScanDevices() |
| [in] | dwOffset | The offset from the beginning of the PCI configuration space to write to. |
| [in] | pData | Pointer to a data buffer that holds the data to write |
| [in] | dwBytes | The number of bytes to write |