![]() |
Jungo WinDriver
Official Documentation
|
| DWORD DLLCALLCONV WDC_WriteAddrByAddrDesc64 | ( | _In_ struct WDC_ADDR_DESC * | pAddrDesc, |
| _In_ KPTR | dwOffset, | ||
| _In_ UINT64 | qwVal | ||
| ) |
Writes 8 byte (64 bits) to a specified memory or I/O address.
| [in] | pAddrDesc | Pointer to one of the device's address space information structures to read from |
| [in] | dwOffset | The offset from the beginning of the specified address space (dwAddrSpace) to write to |
| [in] | qwVal | The data to write to the specified address |