Jungo WinDriver  
Official Documentation

◆ WDC_PciWriteCfg64()

DWORD DLLCALLCONV WDC_PciWriteCfg64 ( _In_ WDC_DEVICE_HANDLE  hDev,
_In_ DWORD  dwOffset,
_In_ UINT64  qwVal 
)

Writes 8 bytes (64 bits) to a specified offset in a PCI device's configuration space or a PCI Express device's extended configuration space.

Parameters
[in]hDevHandle to a WDC PCI device structure, returned by WDC_PciDeviceOpen()
[in]dwOffsetThe offset from the beginning of the PCI configuration space to write to.
[in]qwValThe data to write to the PCI configuration space
Returns
Returns WD_STATUS_SUCCESS (0) on success, or an appropriate error code otherwise