CODLinkComponent::AcceptConnection

BOOL CODLinkComponent::AcceptConnection(CODPortComponent* pSourcePort, CODPortComponent* pTargetPort)

Determines if the two given ports can be connected.

Defined in: OdLinkComp.cpp

Return Value

TRUE if ports are compatible, otherwise FALSE.

Parameters

pSourcePort

Source port.

pTargetPort

Target port.