LPPollingForTransferDone (Windows Embedded CE 6.0)
1/6/2010
This function polls to determine if a Direct Memory Access (DMA) transfer is complete.
Syntax
typedef BOOL (* LPPollingForTransferDone)(
PDMA_PDD_CHANNEL_CONTEXT pDmaPDDChannelContext
);
Parameters
- pDmaPDDChannelContext
[in] Pointer to a DMA_PDD_CHANNEL_CONTEXT structure.
Return Value
Returns TRUE if the current transfer is complete. Returns FALSE if the current DMA transfer is ongoing.
Requirements
Header | dmamif.h |
Windows Embedded CE | Windows Embedded CE 6.0 and later |