mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
parent
6d441f7d65
commit
eab2bb4b20
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue