Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 337 of file connectmanager.cpp.
Referenced by CNetConnectionManager::Next().
{ if (!ppv) return E_POINTER; CNetConnection *pConnection = new CNetConnection(pItem); if (!pConnection) return E_OUTOFMEMORY; pConnection->AddRef(); *ppv = (INetConnection *)pConnection; return S_OK; }