This document is archived and information here might be outdated. Recommended version. |
Returns whether the given variable or parameter is derived.
[Visual Basic .NET]
Public Function IsDerived ( _
ByVal pInput As Object _
) As Boolean
[C#]
public bool IsDerived (
object pInput
);
[C++]
HRESULT IsDerived(
LPUNKNOWN pInput
);
[C++] Parameters pInput [in]
pInput is a parameter of type IUnknown