//0x10 bytes (sizeof)
struct _DMA_ADAPTER
{
    USHORT Version;                                                         //0x0
    USHORT Size;                                                            //0x2
    struct _DMA_OPERATIONS* DmaOperations;                                  //0x8
};