DMA_ADAPTER_OBJECT (Compact 2013)
3/26/2014
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 |
See Also
Reference
Ceddk.dll DMA Structures
Ceddk.dll DMA Functions
INTERFACE_TYPE