PMRX_FORCECLOSED_CALLDOWN - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// mrx.h

PMRX_FORCECLOSED_CALLDOWN PmrxForceclosedCalldown;

NTSTATUS PmrxForceclosedCalldown(
  IN OUT PMRX_SRV_OPEN SrvOpen
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-mrx-pmrx_forceclosed_calldown)

PMRX_FORCECLOSED_CALLDOWN callback function

Description

The MRxForceClosed routine is called by RDBSS to request that a network mini-redirector force a close. This routine is called when the condition of the SRV_OPEN structure is not good or the SRV_OPEN structure is marked as closed.

Parameters

SrvOpen

[in] A pointer to the SRV_OPEN structure.

Return value

MRxForceClosed returns STATUS_SUCCESS on success or an appropriate NTSTATUS value, such as the following:

Return code Description
STATUS_NOT_IMPLEMENTED This routine is not implemented.

Remarks

MRxForceClosed requests that the network mini-redirector force a close of a file system object.

MRxForceClosed is called by RxFinalizeSrvOpen as part of the process to finalize an SRV_OPEN structure.

See also

MRxAreFilesAliased

MRxCleanupFobx

MRxCloseSrvOpen

MRxCollapseOpen

MRxCreate

MRxDeallocateForFcb

MRxDeallocateForFobx

MRxExtendForCache

MRxExtendForNonCache

MRxFlush

MRxIsLockRealizable

MRxShouldTryToCollapseThisOpen

MRxTruncate

MRxZeroExtend

RxFinalizeSrvOpen