Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/6/2010
This function starts an armed Direct Memory Access (DMA) transfer, if the DMA transfer is not marked as auto start.
Syntax
typedef BOOL (* LPStartDmaTransfer)(
PDMA_PDD_CHANNEL_CONTEXT pDmaPDDChannelContext
);
Parameters
- pDmaPDDChannelContext
[in] Pointer to a DMA_PDD_CHANNEL_CONTEXT structure.
Return Value
Returns TRUE if the platform dependent driver (PDD) successfully started a transfer. Returns FALSE on failure.
Requirements
| Header | dmamif.h |
| Windows Embedded CE | Windows Embedded CE 6.0 and later |