mirror of
https://github.com/reactos/reactos.git
synced 2025-07-30 04:42:11 +00:00
[NTOS:IO] Reformat iorsrce.c, no functional code changes.
- Fix whitespace; add SAL annotations, doxygen documentation... - Deduplicate the array of description strings corresponding to IO_QUERY_DEVICE_DATA_FORMAT. - Unhardcode the "[3]" into 'IoQueryDeviceMaxData': the maximum number of device data queried.
This commit is contained in:
parent
509359b3ec
commit
2674e26cbb
3 changed files with 920 additions and 805 deletions
|
@ -1492,7 +1492,7 @@ IoQueryDeviceDescription(
|
|||
_In_opt_ PCONFIGURATION_TYPE PeripheralType,
|
||||
_In_opt_ PULONG PeripheralNumber,
|
||||
_In_ PIO_QUERY_DEVICE_ROUTINE CalloutRoutine,
|
||||
_Inout_opt_ PVOID Context);
|
||||
_In_opt_ PVOID Context);
|
||||
|
||||
_IRQL_requires_max_(APC_LEVEL)
|
||||
NTKERNELAPI
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue