C++
struct _InterfaceCastHlpr { typedef DelphiInterface<DESTTYPE> RetType; static RetType cast(IInterface* src) { return _interfaceCast<DESTTYPE>(src); } };
内部的に使用します。 _InterfaceCastHlpr は、インターフェイスのキャストのためのヘルパです。