Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
The MRxCleanupFobx routine is called by RDBSS to request the network mini-redirector to close a file system object extension. RDBSS issues this call in response to receiving an IRP_MJ_CLEANUP request on a file object.
Syntax
PMRX_CALLDOWN MRxCleanupFobx;
NTSTATUS MRxCleanupFobx(
_Inout_ PRX_CONTEXT RxContext
)
{ ... }
Parameters
-
RxContext [in, out]
Ein Zeiger auf die RX_CONTEXT-Struktur. Dieser Parameter enthält das IRP, das den Vorgang anfordert.
Return value
MRxCleanupFobx returns STATUS_SUCCESS on success or an appropriate NTSTATUS value, such as the following:
| Return code | Description |
|---|---|
| STATUS_INTERNAL_ERROR | Interner Fehler im Netzwerk-Miniumleitungsmodul. |
Remarks
MRxCleanupFobx is called by RDBSS as part of cleanup and close operations on a file object.
MRxCleanupFobx cannot return a value of STATUS_RETRY indicating that the call should be retried. If a retry loop is necessary, it must be handled internally in the MRxCleanupFobx routine by the network mini-redirector.
Requirements
Target platform |
Desktop |
Header |
Mrx.h (einschließlich Mrx.h) |