IVCDPropertyItem::findElement Method

Searches the collection for a IVCDPropertyElement with a given combination of item and element id.
Syntax:
smart_com<IVCDPropertyElement> findElement( const GUID& elemGUID ) const;
Parameter Description
elemGUID

Specifies GUID of the element for which to search.

Return value:

If the element is found, a pointer to the element is returned. If the search failed, 0 is returned.

See also: IVCDPropertyItem, IVCDPropertyElement, Standard Element GUIDs

<< IVCDPropertyItem