// acpitabl.h typedef struct _SATC { UCHAR Flags; UCHAR Reserved; USHORT SegmentNumber; DEVICESCOPE DeviceScope[ANYSIZE_ARRAY]; } SATC, *PSATC;View the official Windows Driver Kit DDI reference
No description available.
This topic describes the SATC structure.
Flags
Defines the UCHAR member Flags.
Reserved
Reserved for future use.
SegmentNumber
Defines the USHORT member SegmentNumber.
DeviceScope
Defines the DEVICESCOPE member DeviceScope.
View the official Windows Driver Kit DDI reference