Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This topic describes the SATC structure.
Syntax
typedef struct _SATC {
UCHAR Flags;
UCHAR Reserved;
USHORT SegmentNumber;
DEVICESCOPE DeviceScope[ANYSIZE_ARRAY];
} SATC, *PSATC;
Members
Flags
Defines the UCHAR member Flags.
Reserved
Reserved for future use.
SegmentNumber
Defines the USHORT member SegmentNumber.
DeviceScope[ANYSIZE_ARRAY]
Defines the DEVICESCOPE member DeviceScope.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 11 |
Header | acpitabl.h (include Acpitabl.h) |