DMA_ADAPTER_OBJECT (Windows CE 5.0)

Send Feedback

This structure contains information about a DMA adapter. The CEDDK Dynamic-Link Library DMA Functions use this information.

typedef struct _DMA_ADAPTER_OBJECT_ {USHORT ObjectSize;INTERFACE_TYPE InterfaceType;ULONG BusNumber;} DMA_ADAPTER_OBJECT , *PDMA_ADAPTER_OBJECT;

Members

  • ObjectSize
    Size of this structure. Typically, ObjectSize is equal to sizeof(DMA_ADAPTER_OBJECT).
  • InterfaceType
    Adapter bus interface of type INTERFACE_TYPE.
  • BusNumber
    Adapter bus number.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: CEDDK.h.

See Also

Direct Memory Access | CEDDK Dynamic-Link Library DMA Functions | INTERFACE_TYPE |

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.