UCM_CONNECTOR_PD_CONN_STATE_CHANGED_PARAMS_INIT - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-ucmmanager-ucm_connector_pd_conn_state_changed_params_init)

UCM_CONNECTOR_PD_CONN_STATE_CHANGED_PARAMS_INIT function

Description

Initializes a UCM_CONNECTOR_PD_CONN_STATE_CHANGED_PARAMS structure.

Parameters

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.

See also

UcmConnectorPdConnectionStateChanged