IVCDPropertyItems::findItem Method

Searches the collection for a IVCDPropertyItem with the given item id.
Syntax:
smart_com<IVCDPropertyItem> findItem( const GUID& itemID ) const;
Parameter Description
itemID

Specifies the ItemID for which to search.

Return value:

If the collection contains an item with an id equal to the given item id, the findItem method returns a pointer to the IVCDPropertyItem. If the item is not found, 0 is returned.

See also: IVCDPropertyItems, IVCDPropertyItem, Standard Property Item GUIDs

<< IVCDPropertyItems