// ucmucsispec.h typedef union _UCSI_SET_UOR_COMMAND { UINT64 AsUInt64; struct { UINT64 Command : 8; UINT64 DataLength : 8; UINT64 ConnectorNumber : 7; UINT64 UsbOperationRole : 3; }; } UCSI_SET_UOR_COMMAND, *PUCSI_SET_UOR_COMMAND;View the official Windows Driver Kit DDI reference
No description available.
Used in the SET_UOR command. See Table 4-20 in UCSI spec version 1.2.
AsUInt64
Command
DataLength
ConnectorNumber
UsbOperationRole
View the official Windows Driver Kit DDI reference