FDO API Reference Feature Data Objects
virtual FDO_API int FdoProviderCollection::IndexOf ( const wchar_t *  name  )  const [virtual]

Returns the index of the specified item in the collection.

Parameters:
name The unique name of the feature provider. This name should be of the form [Company].[Provider].[Version].
Returns:
Returns the index item or -1 if the item does not exist. Index is 0 based. Throws an instance of FdoClientServicesException * if an error occurs.


Comments or suggestions? Send us feedback.