[HALX86] These HalpNo* functions are actually _implemented_. Document their purpose.

Remove the misleading comment in HalpNoBusData().
Update the SAL annotations.
This commit is contained in:
Hermès Bélusca-Maïto 2023-06-22 12:11:37 +02:00
parent 9ba1849a97
commit bd5209d9f4
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0
3 changed files with 56 additions and 33 deletions

View file

@ -104,7 +104,7 @@ NTSTATUS
(NTAPI *PADJUSTRESOURCELIST)(
_In_ PBUS_HANDLER BusHandler,
_In_ PBUS_HANDLER RootHandler,
_Inout_ PIO_RESOURCE_REQUIREMENTS_LIST *Resources
_Inout_ PIO_RESOURCE_REQUIREMENTS_LIST* pResourceList
);
typedef
@ -113,11 +113,11 @@ NTSTATUS
_In_ PBUS_HANDLER BusHandler,
_In_ PBUS_HANDLER RootHandler,
_In_ PUNICODE_STRING RegistryPath,
_In_ PUNICODE_STRING DriverClassName,
_In_opt_ PUNICODE_STRING DriverClassName,
_In_ PDRIVER_OBJECT DriverObject,
_In_ PDEVICE_OBJECT DeviceObject,
_In_opt_ PDEVICE_OBJECT DeviceObject,
_In_ ULONG SlotNumber,
_Inout_ PCM_RESOURCE_LIST *AllocatedResources
_Inout_ PCM_RESOURCE_LIST* AllocatedResources
);
typedef
@ -126,7 +126,7 @@ ULONG
_In_ PBUS_HANDLER BusHandler,
_In_ PBUS_HANDLER RootHandler,
_In_ ULONG SlotNumber,
_Out_ PVOID Buffer,
_In_ PVOID Buffer,
_In_ ULONG Offset,
_In_ ULONG Length
);