IDataSourceCollection::ItemIDataSource *Item(
VARIANT vt // VT_BSTR, VT_I2, VT_I4, VT_UI4
);
Return ValuesThis method returns the IDataSource interface pointer from this DataSourceCollection.
RemarksSearches for a DataSource based on the variant type passed in:
Also See |