CEnumerator::Find

 

The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.

The latest version of this topic can be found at CEnumerator::Find.

Looks for a specified name among available providers.

Syntax

  
      bool Find(   
   TCHAR* szSearchName    
) throw( );  

Parameters

szSearchName
[in] The name to search for.

Return Value

true if the name was found. Otherwise, false.

Remarks

This name maps to the SOURCES_NAME member of the ISourcesRowset interface.

Requirements

Header: atldbcli.h

See Also

CEnumerator Class