mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
[XDK] Update the prototype of IO_COMPLETION_ROUTINE
This commit is contained in:
parent
2193031133
commit
999345a4fe
1 changed files with 2 additions and 1 deletions
|
@ -2826,11 +2826,12 @@ typedef enum _IO_PAGING_PRIORITY {
|
|||
|
||||
_Function_class_(IO_COMPLETION_ROUTINE)
|
||||
_IRQL_requires_same_
|
||||
_IRQL_requires_max_(DISPATCH_LEVEL)
|
||||
typedef NTSTATUS
|
||||
(NTAPI IO_COMPLETION_ROUTINE)(
|
||||
_In_ struct _DEVICE_OBJECT *DeviceObject,
|
||||
_In_ struct _IRP *Irp,
|
||||
_In_opt_ PVOID Context);
|
||||
_In_reads_opt_(_Inexpressible_("varies")) PVOID Context);
|
||||
typedef IO_COMPLETION_ROUTINE *PIO_COMPLETION_ROUTINE;
|
||||
|
||||
_Function_class_(IO_DPC_ROUTINE)
|
||||
|
|
Loading…
Reference in a new issue