DlFreeDeviceBase function (dispmprt.h)
Frees a range of bus-relative device I/O ports or memory addresses previously mapped into the system address space.
Syntax
void DlFreeDeviceBase(
IN PVOID DeviceHandle,
IN PVOID MappedAddress
);
Parameters
DeviceHandle
A handle that represents a display adapter.
MappedAddress
Specifies the base address of the mapped range to be freed.
Return value
None
Requirements
Requirement | Value |
---|---|
Header | dispmprt.h |