USBC_PD_ALTERNATE_MODE - NtDoc

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

typedef struct _USBC_PD_ALTERNATE_MODE {
  UINT16 SVID;
  UINT32 Mode;
} USBC_PD_ALTERNATE_MODE, *PUSBC_PD_ALTERNATE_MODE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-usbctypes-_usbc_pd_alternate_mode)

_USBC_PD_ALTERNATE_MODE structure

Description

Stores information about the alternate mode that was detected.

Members

SVID

The Standard or Vendor ID (SVID) for the alternate mode that was entered.

Mode

The Standard or Vendor defined Mode value for the alternate mode that was entered.

Remarks

See also