mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 22:13:06 +00:00
[VIDEOPRT] VideoPortGetAccessRanges: Add doxygen doc, SAL annotations and minor formatting.
This commit is contained in:
parent
61c77d1f87
commit
122eaeb6ad
2 changed files with 83 additions and 34 deletions
|
@ -904,14 +904,15 @@ VPAPI
|
|||
VP_STATUS
|
||||
NTAPI
|
||||
VideoPortGetAccessRanges(
|
||||
IN PVOID HwDeviceExtension,
|
||||
IN ULONG NumRequestedResources,
|
||||
IN PIO_RESOURCE_DESCRIPTOR RequestedResources OPTIONAL,
|
||||
IN ULONG NumAccessRanges,
|
||||
OUT PVIDEO_ACCESS_RANGE AccessRanges,
|
||||
IN PVOID VendorId,
|
||||
IN PVOID DeviceId,
|
||||
OUT PULONG Slot);
|
||||
_In_ PVOID HwDeviceExtension,
|
||||
_In_opt_ ULONG NumRequestedResources,
|
||||
_In_reads_opt_(NumRequestedResources)
|
||||
PIO_RESOURCE_DESCRIPTOR RequestedResources,
|
||||
_In_ ULONG NumAccessRanges,
|
||||
_Out_writes_(NumAccessRanges) PVIDEO_ACCESS_RANGE AccessRanges,
|
||||
_In_ PVOID VendorId,
|
||||
_In_ PVOID DeviceId,
|
||||
_Out_ PULONG Slot);
|
||||
|
||||
VPAPI
|
||||
PVOID
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue