// ucmtcpciportcontrollerrequests.h
typedef struct _UCMTCPCI_PORT_CONTROLLER_GET_STATUS_IN_PARAMS {
UCMTCPCIPORTCONTROLLER PortControllerObject;
} UCMTCPCI_PORT_CONTROLLER_GET_STATUS_IN_PARAMS, *PUCMTCPCI_PORT_CONTROLLER_GET_STATUS_IN_PARAMS;
View the official Windows Driver Kit DDI referenceNo description available.
This structure is used in the IOCTL_UCMTCPCI_PORT_CONTROLLER_GET_STATUS request.
PortControllerObjectHandle to the port controller object that the client driver received in the previous call to UcmTcpciPortControllerCreate.