mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 05:51:26 +08:00
committed by
George Bișoc
parent
6d441f7d65
commit
eab2bb4b20
@@ -1434,7 +1434,7 @@ MmFlushSegment(
|
||||
_In_ PSECTION_OBJECT_POINTERS SectionObjectPointer,
|
||||
_In_opt_ PLARGE_INTEGER Offset,
|
||||
_In_ ULONG Length,
|
||||
_In_opt_ PIO_STATUS_BLOCK Iosb);
|
||||
_Out_opt_ PIO_STATUS_BLOCK Iosb);
|
||||
|
||||
NTSTATUS
|
||||
NTAPI
|
||||
|
||||
@@ -4663,7 +4663,7 @@ MmFlushSegment(
|
||||
_In_ PSECTION_OBJECT_POINTERS SectionObjectPointer,
|
||||
_In_opt_ PLARGE_INTEGER Offset,
|
||||
_In_ ULONG Length,
|
||||
_In_opt_ PIO_STATUS_BLOCK Iosb)
|
||||
_Out_opt_ PIO_STATUS_BLOCK Iosb)
|
||||
{
|
||||
LARGE_INTEGER FlushStart, FlushEnd;
|
||||
NTSTATUS Status;
|
||||
|
||||
Reference in New Issue
Block a user