IDataModelScriptProviderEnumerator interface (dbgmodel.h)
An enumerator which returns a set of known script providers.
Inheritance
IDataModelScriptProviderEnumerator inherits from IUnknown.
Methods
The IDataModelScriptProviderEnumerator interface has these methods.
IDataModelScriptProviderEnumerator::AddRef The IDataModelScriptProviderEnumerator::AddRef method increments the reference count for an interface on an object. |
IDataModelScriptProviderEnumerator::GetNext Gets the next script provider which is being enumerated and moves the enumerator to the next position. |
IDataModelScriptProviderEnumerator::QueryInterface The IDataModelScriptProviderEnumerator::QueryInterface method retrieves pointers to the supported interfaces on an object. |
IDataModelScriptProviderEnumerator::Release The IDataModelScriptProviderEnumerator::Release method decrements the reference count for an interface on an object. |
IDataModelScriptProviderEnumerator::Reset Resets the enumerator to the first element. |
Requirements
Requirement | Value |
---|---|
Header | dbgmodel.h |