Home | Info | Community | Development | myReactOS | Contact Us
[virtual]
Definition at line 480 of file lanconnectui.cpp.
Referenced by LanConnectUI_Constructor().
{ ULONG refCount = InterlockedDecrement(&ref); if (!refCount) { if (pNCfg) { pNCfg->Uninitialize(); pNCfg->Release(); } if (NCfgLock) { NCfgLock->Release(); } if (pProperties) { NcFreeNetconProperties(pProperties); } delete this; } return refCount; }