Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 150 of file tcp.c.
Referenced by FileCloseAddress(), and FileCloseConnection().
{ KIRQL OldIrql; LockObject(Connection, &OldIrql); FlushAllQueues(Connection, STATUS_CANCELLED); LibTCPClose(Connection, FALSE, TRUE); UnlockObject(Connection, OldIrql); DereferenceObject(Connection); return STATUS_SUCCESS; }