DlVerifyAccessRanges - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// dispmprt.h

VP_STATUS DlVerifyAccessRanges(
  PVOID               DeviceHandle,
  ULONG               NumAccessRanges,
  PVIDEO_ACCESS_RANGE AccessRanges
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-dispmprt-dlverifyaccessranges)

DlVerifyAccessRanges function

Description

Checks the registry for whether another driver has already claimed ownership of the specified bus-relative access ranges and any other hardware resources.

Parameters

DeviceHandle

NumAccessRanges

AccessRanges

Return value

This function returns VP_STATUS.

Remarks

See also