Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

Before using DMA operations, you must test the device for DMA support and, if it does support DMA, how much support it provides.

To determine if the driver supports DMA, retrieve the driver capabilities by calling the IDirectDraw::GetCapsmethod, then look for DDBLTCAPS_READSYSMEM and/or DDBLTCAPS_WRITESYSMEM. If either of these flags is set, the device supports DMA.

If the flag is not present, the driver is not reporting support for asynchronous DMA blit operations.