UCM_CONNECTOR_TYPEC_ATTACH_PARAMS_INIT - NtDoc

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

VOID UCM_CONNECTOR_TYPEC_ATTACH_PARAMS_INIT(
  PUCM_CONNECTOR_TYPEC_ATTACH_PARAMS Params,
  UCM_TYPEC_PARTNER                  Partner
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

UCM_CONNECTOR_TYPEC_ATTACH_PARAMS_INIT function

Description

Initializes a UCM_CONNECTOR_TYPEC_ATTACH_PARAMS structure.

Parameters

Params

Pointer to a caller-allocated UCM_CONNECTOR_TYPEC_ATTACH_PARAMS structure to initialize.

Partner

A UCM_TYPE_C_PORT_STATE-typed flag that indicates the state of the partner port.

See also

UcmConnectorTypeCAttach