UCSI_GET_CURRENT_CAM_COMMAND - NtDoc

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

typedef union _UCSI_GET_CURRENT_CAM_COMMAND {
  UINT64 AsUInt64;
  struct {
    UINT64 Command : 8;
    UINT64 DataLength : 8;
    UINT64 ConnectorNumber : 7;
  };
} UCSI_GET_CURRENT_CAM_COMMAND, *PUCSI_GET_CURRENT_CAM_COMMAND;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_UCSI_GET_CURRENT_CAM_COMMAND structure

Description

Used in the GET_CURRENT_CAM command. See Table 4-29 in UCSI spec version 1.2.

Members

AsUInt64

Command

DataLength

ConnectorNumber

Remarks

See also