Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 265 of file signalstatistics.cpp.
Referenced by CControlNode::QueryInterface().
{ // construct device control CBDASignalStatistics * handler = new CBDASignalStatistics(pProperty, NodeId); #ifdef BDAPLGIN_TRACE OutputDebugStringW(L"CBDASignalStatistics_fnConstructor\n"); #endif if (!handler) return E_OUTOFMEMORY; if (FAILED(handler->QueryInterface(riid, ppv))) { /* not supported */ delete handler; return E_NOINTERFACE; } return NOERROR; }