mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 14:45:53 +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 ****************************************************************/
|
/* FUNCTIONS ****************************************************************/
|
||||||
|
|
||||||
|
/*
|
||||||
|
* @implemented
|
||||||
|
*/
|
||||||
NTSTATUS
|
NTSTATUS
|
||||||
NTAPI
|
NTAPI
|
||||||
RxAcquireExclusiveFcbResourceInMRx(
|
RxAcquireExclusiveFcbResourceInMRx(
|
||||||
_Inout_ PMRX_FCB Fcb)
|
_Inout_ PMRX_FCB Fcb)
|
||||||
{
|
{
|
||||||
UNIMPLEMENTED;
|
return RxAcquireExclusiveFcb(NULL, (PFCB)Fcb);
|
||||||
return STATUS_NOT_IMPLEMENTED;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue