DMA_ADAPTER_OBJECT (Windows Embedded CE 6.0)
1/6/2010
This structure contains information about a DMA adapter. The CEDDK Dynamic-Link Library DMA Functions use this information.
Syntax
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
Header | ceddk.h |
Windows Embedded CE | Windows CE .NET 4.0 and later |
See Also
Reference
CEDDK Dynamic-Link Library DMA Structures
CEDDK Dynamic-Link Library DMA Functions
INTERFACE_TYPE