| title |
CEnumerator::Find | Microsoft Docs |
| ms.custom |
|
| ms.date |
11/04/2016 |
| ms.reviewer |
|
| ms.suite |
|
| ms.technology |
|
| ms.tgt_pltfrm |
|
| ms.topic |
article |
| f1_keywords |
CEnumerator::Find |
ATL::CEnumerator::Find |
ATL.CEnumerator.Find |
CEnumerator.Find |
|
| dev_langs |
|
| helpviewer_keywords |
|
| 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 |
|
Looks for a specified name among available providers.
bool Find(
TCHAR* szSearchName
) throw( );
szSearchName
[in] The name to search for.
true if the name was found. Otherwise, false.
Remarks
This name maps to the SOURCES_NAME member of the ISourcesRowset interface.
Header: atldbcli.h
CEnumerator Class