SATC - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-acpitabl-satc)

Description

This topic describes the SATC structure.

Members

Flags

Defines the UCHAR member Flags.

Reserved

Reserved for future use.

SegmentNumber

Defines the USHORT member SegmentNumber.

DeviceScope

Defines the DEVICESCOPE member DeviceScope.

Remarks

See also