mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 05:42:57 +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)
|
_Function_class_(IO_COMPLETION_ROUTINE)
|
||||||
_IRQL_requires_same_
|
_IRQL_requires_same_
|
||||||
|
_IRQL_requires_max_(DISPATCH_LEVEL)
|
||||||
typedef NTSTATUS
|
typedef NTSTATUS
|
||||||
(NTAPI IO_COMPLETION_ROUTINE)(
|
(NTAPI IO_COMPLETION_ROUTINE)(
|
||||||
_In_ struct _DEVICE_OBJECT *DeviceObject,
|
_In_ struct _DEVICE_OBJECT *DeviceObject,
|
||||||
_In_ struct _IRP *Irp,
|
_In_ struct _IRP *Irp,
|
||||||
_In_opt_ PVOID Context);
|
_In_reads_opt_(_Inexpressible_("varies")) PVOID Context);
|
||||||
typedef IO_COMPLETION_ROUTINE *PIO_COMPLETION_ROUTINE;
|
typedef IO_COMPLETION_ROUTINE *PIO_COMPLETION_ROUTINE;
|
||||||
|
|
||||||
_Function_class_(IO_DPC_ROUTINE)
|
_Function_class_(IO_DPC_ROUTINE)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue