CODComponent::UnregisterID

BOOL CODComponent::UnregisterID(IODIdGenerator* pIIdGenerator)

Remove the unique ID for this component from the ID generator.

Defined in: OdComponent.cpp

Return Value

TRUE if the ID was removed; otherwise FALSE.

Parameters

pIIdGenerator

Pointer to a IODIdGenerator interface.

Comments

This function removes the component's unique identifier from the given ID generator.