Jungo WinDriver
Official Documentation
|
DWORD DLLCALLCONV WDC_WriteAddr32 | ( | _In_ WDC_DEVICE_HANDLE | hDev, |
_In_ DWORD | dwAddrSpace, | ||
_In_ KPTR | dwOffset, | ||
_In_ UINT32 | dwVal | ||
) |
writes 4 byte (32 bits) to a specified memory or I/O address.
[in] | hDev | Handle to a WDC device, returned by WDC_xxxDeviceOpen() |
[in] | dwAddrSpace | The memory or I/O address space to write to |
[in] | dwOffset | The offset from the beginning of the specified address space (dwAddrSpace) to write to |
[in] | dwVal | The data to write to the specified address |