SATC structure (acpitabl.h)

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)