Jungo WinDriver
Official Documentation
|
DWORD DLLCALLCONV WDC_WriteAddrBlock | ( | _In_ WDC_DEVICE_HANDLE | hDev, |
_In_ DWORD | dwAddrSpace, | ||
_In_ KPTR | dwOffset, | ||
_In_ DWORD | dwBytes, | ||
_In_ PVOID | pData, | ||
_In_ WDC_ADDR_MODE | mode, | ||
_In_ WDC_ADDR_RW_OPTIONS | options | ||
) |
Writes a block of data to the device.
[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] | dwBytes | The number of bytes to write |
[in] | pData | Pointer to a buffer that holds the data to write to the device |
[in] | mode | The write access mode -see WDC_ADDR_MODE |
[in] | options | A bit mask that determines how the data will be written see WDC_ADDR_RW_OPTIONS. The function automatically sets the WDC_RW_BLOCK flag. |