mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
[XDK/DDK]
* The event parameter in IoBuildDeviceIoControlRequest is optional. Spotted by Nikolay Borisov. CORE-7172 #resolve svn path=/trunk/; revision=58965
This commit is contained in:
parent
c1d4f2f390
commit
018f811091
2 changed files with 2 additions and 2 deletions
|
@ -12603,7 +12603,7 @@ IoBuildDeviceIoControlRequest(
|
|||
_Out_opt_ PVOID OutputBuffer,
|
||||
_In_ ULONG OutputBufferLength,
|
||||
_In_ BOOLEAN InternalDeviceIoControl,
|
||||
_In_ PKEVENT Event,
|
||||
_In_opt_ PKEVENT Event,
|
||||
_Out_ PIO_STATUS_BLOCK IoStatusBlock);
|
||||
|
||||
_IRQL_requires_max_(DISPATCH_LEVEL)
|
||||
|
|
|
@ -716,7 +716,7 @@ IoBuildDeviceIoControlRequest(
|
|||
_Out_opt_ PVOID OutputBuffer,
|
||||
_In_ ULONG OutputBufferLength,
|
||||
_In_ BOOLEAN InternalDeviceIoControl,
|
||||
_In_ PKEVENT Event,
|
||||
_In_opt_ PKEVENT Event,
|
||||
_Out_ PIO_STATUS_BLOCK IoStatusBlock);
|
||||
|
||||
_IRQL_requires_max_(DISPATCH_LEVEL)
|
||||
|
|
Loading…
Reference in a new issue