Grabber::getVCDPropertyItem Method

Retrieves the specified IVCDPropertyItem.
Syntax:
tIVCDPropertyItemPtr     getVCDPropertyItem( const GUID& item_id );
Parameter Description
item_id

The item id as specified in Standard Property Item GUIDs.

Return value:

!= NULL, if the device supports this property, NULL otherwise.

Remarks:

This function is a shortcut for retrieving getAvailableVCDProperties and then querying the return value for the actual item.

Information:

Introduced in version 3.5

See also: Grabber, Grabber::getAvailableVCDProperties, tIVCDPropertyItemPtr, Standard Property Item GUIDs

<< Grabber