mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
[NTOS:FSTUB] Fix old-annotations for the *IoReadPartitionTable* routines
This commit is contained in:
@@ -1768,7 +1768,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;
|
||||
@@ -2697,7 +2697,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,
|
||||
|
||||
@@ -2277,7 +2277,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
|
||||
|
||||
Reference in New Issue
Block a user