![]() |
Jungo WinDriver
Official Documentation
|
| #define WD_DMASyncIo | ( | h, | |
| pDma | |||
| ) | WD_FUNCTION(IOCTL_WD_DMA_SYNC_IO, h, pDma, SIZE_OF_WD_DMA(pDma), FALSE) |
Synchronizes the I/O caches with the DMA buffer, by flushing the data from the I/O caches and updating the CPU caches.
| [in] | h | Handle to WinDriver's kernel-mode driver as received from WD_Open() |
| [in] | pDma | Pointer to a DMA information structure, received from a previous call to WD_DMALock() |