Skip to content

Latest commit

 

History

History
66 lines (58 loc) · 1.25 KB

File metadata and controls

66 lines (58 loc) · 1.25 KB
title CEnumerator::Find | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-windows
ms.tgt_pltfrm
ms.topic article
f1_keywords
CEnumerator::Find
ATL::CEnumerator::Find
ATL.CEnumerator.Find
CEnumerator.Find
dev_langs
C++
helpviewer_keywords
Find method
ms.assetid 69a153af-d6c3-40fd-9018-27c7d2f344c6
caps.latest.revision 8
author mikeblome
ms.author mblome
manager ghogen
translation.priority.ht
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw

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