IVCDPropertyInterface::QueryInterface Method |
Tries to retrieve a more specialized interface for this property.
The desired interface is determined by the passed parameter.
|
Syntax: |
|
// VC 6
template<class TItf>
TItf QueryInterface( TItf& pItf );
// VC 7.1
template<class TItf>
smart_com<TItf>& QueryInterface( smart_com<TItf>& rval );
|
|
|
|
pItf |
|
A pointer to the desired interface. You have to use a tIVCD%%%PropertyPtr here.
|
rval |
|
A smart_com to the desired interface. You may use tIVCD%%%PropertyPtr here.
|
|
Return value: |
|
This function returns its parameter.
|
See also: |
|
IVCDPropertyInterface |