Jungo WinDriver  
Official Documentation

◆ WDC_WriteAddr64()

DWORD DLLCALLCONV WDC_WriteAddr64 ( _In_ WDC_DEVICE_HANDLE  hDev,
_In_ DWORD  dwAddrSpace,
_In_ KPTR  dwOffset,
_In_ UINT64  qwVal 
)

writes 8 byte (64 bits) to a specified memory or I/O address.

Parameters
[in]hDevHandle to a WDC device, returned by WDC_xxxDeviceOpen()
[in]dwAddrSpaceThe memory or I/O address space to write to
[in]dwOffsetThe offset from the beginning of the specified address space (dwAddrSpace) to write to
[in]qwValThe data to write to the specified address
Returns
Returns WD_STATUS_SUCCESS (0) on success, or an appropriate error code otherwise