//0x4 bytes (sizeof)
union _IOMMU_DEVICE_PROPERTIES
{
ULONG IsThunderbolt:1; //0x0
ULONG DmaCapableAtBoot:1; //0x0
ULONG ForceDisableDmaRemapping:1; //0x0
ULONG IsUntrustedPort:1; //0x0
ULONG ForceEnableDmaRemapping:1; //0x0
ULONG Rsvd:27; //0x0
ULONG AsULONG; //0x0
};