PMRX_FINALIZE_NET_ROOT_CALLDOWN - NtDoc

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

PMRX_FINALIZE_NET_ROOT_CALLDOWN PmrxFinalizeNetRootCalldown;

NTSTATUS PmrxFinalizeNetRootCalldown(
  IN OUT PMRX_NET_ROOT NetRoot,
  IN PBOOLEAN Force
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

PMRX_FINALIZE_NET_ROOT_CALLDOWN callback function

Description

The MRxFinalizeNetRoot routine is called by RDBSS to request that a network mini-redirector finalize a NET_ROOT structure.

Parameters

NetRoot

[in, out] A pointer to the NET_ROOT structure to finalize.

Force

[in] A pointer to a Boolean value that indicates if the disconnect is to be forced. RDBSS currently passes FALSE for this parameter in all cases.

Return value

MRxFinalizeNetRoot returns STATUS_SUCCESS on success.

Remarks

MRxFinalizeNetRoot is called by RDBSS when RDBSS finalizes a NET_ROOT structure. Because a NET_ROOT structure is always associated with one or more V_NET_ROOT structures, this finalization normally occurs when the last V_NET_ROOT structure on the NET_ROOT structure is finalized.

RDBSS ignores the return value from MRxFinalizeNetRoot.

See also

MRxCreateSrvCall

MRxCreateVNetRoot

MRxExtractNetRootName

MRxFinalizeSrvCall

MRxFinalizeVNetRoot

MRxPreparseName

MRxSrvCallWinnerNotify