UCMTCPCI_PORT_CONTROLLER_GET_STATUS_OUT_PARAMS - NtDoc

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

typedef struct _UCMTCPCI_PORT_CONTROLLER_GET_STATUS_OUT_PARAMS {
  UCMTCPCI_PORT_CONTROLLER_CC_STATUS    CCStatus;
  UCMTCPCI_PORT_CONTROLLER_POWER_STATUS PowerStatus;
  UCMTCPCI_PORT_CONTROLLER_FAULT_STATUS FaultStatus;
} UCMTCPCI_PORT_CONTROLLER_GET_STATUS_OUT_PARAMS, *PUCMTCPCI_PORT_CONTROLLER_GET_STATUS_OUT_PARAMS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ucmtcpciportcontrollerrequests-_ucmtcpci_port_controller_get_status_out_params)

_UCMTCPCI_PORT_CONTROLLER_GET_STATUS_OUT_PARAMS structure

Description

Stores the values of all status registers of the port controller. This structure is used in the IOCTL_UCMTCPCI_PORT_CONTROLLER_GET_STATUS request.

Members

CCStatus

A UCMTCPCI_PORT_CONTROLLER_CC_STATUS structure that describes the CC_STATUS Register defined as per the Universal Serial Bus Type-C Port Controller Interface Specification. This structure is declared in UcmTcpciSpec.h.

PowerStatus

A UCMTCPCI_PORT_CONTROLLER_POWER_STATUS structure that describes the POWER_STATUS Register defined as per the Universal Serial Bus Type-C Port Controller Interface Specification. This structure is declared in UcmTcpciSpec.h.

FaultStatus

A UCMTCPCI_PORT_CONTROLLER_FAULT_STATUS structure that describes the FAULT_STATUS Register defined as per the Universal Serial Bus Type-C Port Controller Interface Specification. This structure is declared in UcmTcpciSpec.h.

See also

IOCTL_UCMTCPCI_PORT_CONTROLLER_GET_STATUS