mirror of
https://github.com/reactos/reactos.git
synced 2026-06-02 17:31:23 +08:00
[RXCE] Implement RxAcquireExclusiveFcbResourceInMRx()
This commit is contained in:
@@ -174,13 +174,15 @@ BOOLEAN DumpDispatchRoutine = FALSE;
|
||||
|
||||
/* FUNCTIONS ****************************************************************/
|
||||
|
||||
/*
|
||||
* @implemented
|
||||
*/
|
||||
NTSTATUS
|
||||
NTAPI
|
||||
RxAcquireExclusiveFcbResourceInMRx(
|
||||
_Inout_ PMRX_FCB Fcb)
|
||||
{
|
||||
UNIMPLEMENTED;
|
||||
return STATUS_NOT_IMPLEMENTED;
|
||||
return RxAcquireExclusiveFcb(NULL, (PFCB)Fcb);
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user