UcmUcsiConnectorCollectionAddConnector - NtDoc

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

NTSTATUS UcmUcsiConnectorCollectionAddConnector(
  [in] UCMUCSI_CONNECTOR_COLLECTION ConnectorCollectionObject,
  [in] PUCMUCSI_CONNECTOR_INFO      ConnectorInfo
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-ucmucsippm-ucmucsiconnectorcollectionaddconnector)

UcmUcsiConnectorCollectionAddConnector function

Description

Adds a connector to the connector collection object.

Parameters

ConnectorCollectionObject [in]

The handle to the connector collection object that the client driver retrieved in a previous call to UcmUcsiConnectorCollectionCreate.

ConnectorInfo [in]

A pointer to a UCMUCSI_CONNECTOR_INFO structure that contains information about the connector to add.

Return value

Returns STATUS_SUCCESS if the operation succeeds. Otherwise, this method can return an appropriate NTSTATUS value.

Remarks

The client driver must not call UcmUcsiConnectorCollectionAddConnector after UcmUcsiPpmCreate because it would have no effect on the already existing PPM object.

See also

UCMUCSI_CONNECTOR_INFO

UcmUcsiConnectorCollectionCreate

UcmUcsiPpmCreate