// mrx.h
PMRX_DEALLOCATE_FOR_FOBX PmrxDeallocateForFobx;
NTSTATUS PmrxDeallocateForFobx(
IN OUT PMRX_FOBX Fobx
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
The MRxDeallocateForFobx routine is called by RDBSS to request that the network mini-redirector deallocate an FOBX structure. This call is in response to a request to close a file system object.
Fobx[in, out] A pointer to the FOBX structure to deallocate.
MRxDeallocateForFobx returns STATUS_SUCCESS.
MRxDeallocateForFobx is called by RxFinalizeNetFOBX as part of the process to finalize an FOBX structure. The calls to RxFinalizeNetFOBX and MRxDeallocateForFobx occurs when an IRP_MJ_CLOSE request is received.
RDBSS ignores the return value from MRxDeallocateForFobx.
MRxShouldTryToCollapseThisOpen