mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 13:11:22 +00:00
fix old-annotations for *IoReadPartitionTable*
This commit is contained in:
parent
299c3e8aed
commit
d0af99fcad
3 changed files with 4 additions and 4 deletions
|
@ -1694,7 +1694,7 @@ FASTCALL
|
|||
xHalIoReadPartitionTable(IN PDEVICE_OBJECT DeviceObject,
|
||||
IN ULONG SectorSize,
|
||||
IN BOOLEAN ReturnRecognizedPartitions,
|
||||
IN OUT PDRIVE_LAYOUT_INFORMATION *PartitionBuffer)
|
||||
OUT PDRIVE_LAYOUT_INFORMATION *PartitionBuffer)
|
||||
{
|
||||
KEVENT Event;
|
||||
IO_STATUS_BLOCK IoStatusBlock;
|
||||
|
@ -2617,7 +2617,7 @@ FASTCALL
|
|||
IoReadPartitionTable(IN PDEVICE_OBJECT DeviceObject,
|
||||
IN ULONG SectorSize,
|
||||
IN BOOLEAN ReturnRecognizedPartitions,
|
||||
IN OUT PDRIVE_LAYOUT_INFORMATION *PartitionBuffer)
|
||||
OUT PDRIVE_LAYOUT_INFORMATION *PartitionBuffer)
|
||||
{
|
||||
return HALDISPATCH->HalIoReadPartitionTable(DeviceObject,
|
||||
SectorSize,
|
||||
|
|
|
@ -2274,7 +2274,7 @@ Cleanup:
|
|||
NTSTATUS
|
||||
NTAPI
|
||||
IoReadPartitionTableEx(IN PDEVICE_OBJECT DeviceObject,
|
||||
IN PDRIVE_LAYOUT_INFORMATION_EX* DriveLayout)
|
||||
OUT PDRIVE_LAYOUT_INFORMATION_EX* DriveLayout)
|
||||
{
|
||||
NTSTATUS Status;
|
||||
PDISK_INFORMATION Disk;
|
||||
|
|
|
@ -31,7 +31,7 @@ FASTCALL
|
|||
xHalIoReadPartitionTable(IN PDEVICE_OBJECT DeviceObject,
|
||||
IN ULONG SectorSize,
|
||||
IN BOOLEAN ReturnRecognizedPartitions,
|
||||
IN OUT PDRIVE_LAYOUT_INFORMATION *PartitionBuffer);
|
||||
OUT PDRIVE_LAYOUT_INFORMATION *PartitionBuffer);
|
||||
|
||||
NTSTATUS
|
||||
FASTCALL
|
||||
|
|
Loading…
Reference in a new issue