CODConnectionMap::ContainsEntry

BOOL CODConnectionMap::ContainsEntry(CODConnection* pConnection, CODPortComponent* pPort)

Determines if a port/connection pair exist in the map.

Defined in: OdConnection.cpp

Return Value

Non-zero if port/connection found; otherwise zero.

Parameters

pConnection

Pointer to connection object describing the connection.

pPort

Pointer to the port component.