mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[NTOS] Add in MmDoesFileHaveUserWritableReferences, seemingly new to 2k3 SP2. MSDN reports this as "Vista and later" but this is not entirely correct it seems.
svn path=/trunk/; revision=69130
This commit is contained in:
@@ -3155,6 +3155,14 @@ MiDeleteARM3Section(PVOID ObjectBody)
|
||||
MiCheckControlArea(ControlArea, OldIrql);
|
||||
}
|
||||
|
||||
ULONG
|
||||
NTAPI
|
||||
MmDoesFileHaveUserWritableReferences(IN PSECTION_OBJECT_POINTERS SectionPointer)
|
||||
{
|
||||
UNIMPLEMENTED;
|
||||
return 0;
|
||||
}
|
||||
|
||||
/* SYSTEM CALLS ***************************************************************/
|
||||
|
||||
NTSTATUS
|
||||
|
||||
@@ -766,6 +766,7 @@
|
||||
@ stdcall MmCreateMirror()
|
||||
@ stdcall MmCreateSection(ptr long ptr ptr long long ptr ptr)
|
||||
@ stdcall MmDisableModifiedWriteOfSection(long)
|
||||
@ stdcall MmDoesFileHaveUserWritableReferences(ptr)
|
||||
@ stdcall MmFlushImageSection(ptr long)
|
||||
@ stdcall MmForceSectionClosed(ptr long)
|
||||
@ stdcall MmFreeContiguousMemory(ptr)
|
||||
|
||||
Reference in New Issue
Block a user