// mrx.h
PMRX_DEALLOCATE_FOR_FCB PmrxDeallocateForFcb;
NTSTATUS PmrxDeallocateForFcb(
IN OUT PMRX_FCB Fcb
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
The MRxDeallocateForFcb routine is called by RDBSS to request that the network mini-redirector deallocate an FCB structure. This call is in response to a request to close a file system object.
Fcb[in, out] A pointer to the FCB structure to deallocate.
MRxDeallocateForFcb returns STATUS_SUCCESS.
MRxDeallocateForFcb is called by RxFinalizeNetFCB as part of the process to finalize an FCB structure. The calls to RxFinalizeNetFCB and MRxDeallocateForFcb occur when an IRP_MJ_CLOSE request is received.
MRxShouldTryToCollapseThisOpen