// ucmmanager.h
VOID UCM_CONNECTOR_PD_CONN_STATE_CHANGED_PARAMS_INIT(
[out] PUCM_CONNECTOR_PD_CONN_STATE_CHANGED_PARAMS Params,
[in] UCM_PD_CONN_STATE PdConnState
);
View the official Windows Driver Kit DDI referenceNo description available.
Initializes a UCM_CONNECTOR_PD_CONN_STATE_CHANGED_PARAMS structure.
Params [out]Pointer to a caller-allocated UCM_CONNECTOR_PD_CONN_STATE_CHANGED_PARAMS structure to initialize.
PdConnState [in]A UCM_PD_CONN_STATE-typed flag that indicates the connection state of the partner port.
UcmConnectorPdConnectionStateChanged