satC 结构 (acpitabl.h)
本主题介绍 SATC 结构。
语法
typedef struct _SATC {
UCHAR Flags;
UCHAR Reserved;
USHORT SegmentNumber;
DEVICESCOPE DeviceScope[ANYSIZE_ARRAY];
} SATC, *PSATC;
成员
Flags
定义 UCHAR 成员 标志。
Reserved
保留供将来使用。
SegmentNumber
定义 USHORT 成员 SegmentNumber。
DeviceScope[ANYSIZE_ARRAY]
定义 DEVICESCOPE 成员 DeviceScope。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows 11 |
标头 | acpitabl.h (包括 Acpitabl.h) |