IVCDPropertyElement::getInterface Method

Returns the desired interface to the element, if it exists.
Syntax:
smart_com<IVCDPropertyInterface> getInterface( const GUID& id = GUID_NULL );
Parameter Description
id

Specifies the GUID of the interface for which to search.

Return value:

The interface of the element with the specified GUID, or 0 if the interface was not found.

See also: IVCDPropertyElement, IVCDPropertyInterface, Standard Interface GUIDs

<< IVCDPropertyElement