// 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 referenceNo description available.
Stores information about the alternate mode that was detected.
SVIDThe Standard or Vendor ID (SVID) for the alternate mode that was entered.
ModeThe Standard or Vendor defined Mode value for the alternate mode that was entered.