IDynamicConceptProviderConcept::NotifyDestruct method (dbgmodel.h)

The NotifyDestruct method on a dynamic concept provider is a callback made by the core data model at the start of destruction of the object which is a dynamic concept provider. It provides additional clean up opportunities to clients which require it.

Syntax

HRESULT NotifyDestruct();

Return value

This method returns HRESULT which indicates success or failure.

Requirements

Requirement Value
Header dbgmodel.h

See also

IDynamicConceptProviderConcept interface