Enumerators
An enumerator is an object that searches for available data source objects and other enumerators.
The enumerator object cotype is defined as follows. For more information about cotypes, see Conceptual Programming Models in OLE DB.
CoType TEnumerator {
[mandatory] IParseDisplayName;
[mandatory] ISourcesRowset;
[optional] IDBInitialize;
[optional] IDBProperties;
[optional] ISupportErrorInfo;
}
Remarks
This section contains the following topics: