mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
[DDK] Do not put _Must_inspect_result_ on function returning void & without _Out_ parameters
This commit is contained in:
committed by
Jérôme Gardou
parent
46af941c4c
commit
28c5f7538a
@@ -1388,7 +1388,6 @@ FltDeviceIoControlFile(
|
||||
_In_ ULONG OutputBufferLength,
|
||||
_Out_opt_ PULONG LengthReturned);
|
||||
|
||||
_Must_inspect_result_
|
||||
_When_(FlagOn(CallbackData->Iopb->IrpFlags, IRP_PAGING_IO), _IRQL_requires_max_(APC_LEVEL))
|
||||
_When_(!FlagOn(CallbackData->Iopb->IrpFlags, IRP_PAGING_IO), _IRQL_requires_max_(PASSIVE_LEVEL))
|
||||
VOID
|
||||
|
||||
Reference in New Issue
Block a user