IConstructableConcept interface (dbgmodel.h)
A concept that a data model can support in order to allow for construction of the object.
Such a data model MUST support IDataModelConcept and MUST be registered under a name that is returned from IDataModelConcept::GetName.
Inheritance
IConstructableConcept inherits from IUnknown.
Methods
The IConstructableConcept interface has these methods.
IConstructableConcept::AddRef The AddRef method increments the reference count for an interface on an object. This method belongs to the IConstructableConcept interface. |
IConstructableConcept::CreateInstance The CreateInstance method creates an instance of an object that implements the IConstructableConcept interface. |
IConstructableConcept::QueryInterface The QueryInterface method retrieves a pointer to the requested interface. This method belongs to the IConstructableConcept interface. |
IConstructableConcept::Release The Release method decrements the reference count for an interface on an object. This method belongs to the IConstructableConcept interface. |
Requirements
Requirement | Value |
---|---|
Header | dbgmodel.h |