UCSI_ALTERNATE_MODE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ucmucsispec.h

typedef struct _UCSI_ALTERNATE_MODE {
  UINT16 SVID;
  union {
    struct {
      UINT16 ModeL;
      UINT16 ModeH;
    };
    UINT32 Mode;
  };
} UCSI_ALTERNATE_MODE, *PUCSI_ALTERNATE_MODE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ucmucsispec-_ucsi_alternate_mode)

_UCSI_ALTERNATE_MODE structure

Description

Used in the GET_ALTERNATE_MODES command. See Table 4-26 in UCSI spec version 1.2.

Members

SVID

ModeL

ModeH

Mode

Remarks

See also