mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 12:23:25 +00: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