mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 06:33:01 +00:00
[NTOSKRNL]
Addendum to r67822: Add IoSetIoCompletion() to header svn path=/trunk/; revision=67823
This commit is contained in:
parent
13cb30a578
commit
30c11d7825
1 changed files with 11 additions and 0 deletions
|
@ -1247,6 +1247,17 @@ IopDeleteIoCompletion(
|
||||||
PVOID ObjectBody
|
PVOID ObjectBody
|
||||||
);
|
);
|
||||||
|
|
||||||
|
NTSTATUS
|
||||||
|
NTAPI
|
||||||
|
IoSetIoCompletion(
|
||||||
|
IN PVOID IoCompletion,
|
||||||
|
IN PVOID KeyContext,
|
||||||
|
IN PVOID ApcContext,
|
||||||
|
IN NTSTATUS IoStatus,
|
||||||
|
IN ULONG_PTR IoStatusInformation,
|
||||||
|
IN BOOLEAN Quota
|
||||||
|
);
|
||||||
|
|
||||||
//
|
//
|
||||||
// Ramdisk Routines
|
// Ramdisk Routines
|
||||||
//
|
//
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue