Partager via


DMA_ADAPTER_OBJECT

This structure describes the DMA adapter used when setting up DMA operations.

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

INTERFACE_TYPE | Implementing CEDDK.dll | Direct Memory Access

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.