mirror of
https://github.com/reactos/reactos.git
synced 2025-08-01 21:33:25 +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_ PSECTION_OBJECT_POINTERS SectionObjectPointer,
|
||||||
_In_opt_ PLARGE_INTEGER Offset,
|
_In_opt_ PLARGE_INTEGER Offset,
|
||||||
_In_ ULONG Length,
|
_In_ ULONG Length,
|
||||||
_In_opt_ PIO_STATUS_BLOCK Iosb);
|
_Out_opt_ PIO_STATUS_BLOCK Iosb);
|
||||||
|
|
||||||
NTSTATUS
|
NTSTATUS
|
||||||
NTAPI
|
NTAPI
|
||||||
|
|
|
@ -4663,7 +4663,7 @@ MmFlushSegment(
|
||||||
_In_ PSECTION_OBJECT_POINTERS SectionObjectPointer,
|
_In_ PSECTION_OBJECT_POINTERS SectionObjectPointer,
|
||||||
_In_opt_ PLARGE_INTEGER Offset,
|
_In_opt_ PLARGE_INTEGER Offset,
|
||||||
_In_ ULONG Length,
|
_In_ ULONG Length,
|
||||||
_In_opt_ PIO_STATUS_BLOCK Iosb)
|
_Out_opt_ PIO_STATUS_BLOCK Iosb)
|
||||||
{
|
{
|
||||||
LARGE_INTEGER FlushStart, FlushEnd;
|
LARGE_INTEGER FlushStart, FlushEnd;
|
||||||
NTSTATUS Status;
|
NTSTATUS Status;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue