CODLinkComponent::OnRemoveDependent

BOOL CODLinkComponent::OnRemoveDependent(CODConnection* pConnection)

Handles the removal of a dependent

Defined in: OdLinkComp.cpp

Return Value

Non-zero if successfully handled; otherwise zero.

Parameters

pConnection

Pointer to a CODConnectionObject describing the connection.

Comments

This function is called when a dependent symbol is removed. If the OD_PROP_LINK_AUTODESTRUCT property is set to TRUE, then the link removes itself also. If it is FALSE, this function returns TRUE.