Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 564 of file fileobjs.c.
Referenced by TiCloseFileObject().
{ if (!Request->Handle.ControlChannel) return STATUS_INVALID_PARAMETER; DereferenceObject((PCONTROL_CHANNEL)Request->Handle.ControlChannel); Request->Handle.ControlChannel = NULL; return STATUS_SUCCESS; }