mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 13:11:22 +00:00
[RXCE] Implement RxAcquireExclusiveFcbResourceInMRx()
This commit is contained in:
parent
56cc2ca115
commit
f5104a0042
1 changed files with 4 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue