Returns a virtual address associated with the APU physical address.
void* ApuMapApuAddress(
APU_ADDRESS apuPhysicalAddress
)
apuPhysicalAddress
Type: APU_ADDRESSÂ
[in] The physical address to map. This address must reside within a buffer allocated by ApuAlloc.
Type: void *
If the method succeeds, it returns the virutal address. This method will return nullptr if the physical address is invalid, or was not allocated with ApuAlloc.
Header: Declared in apu.h.
Library: Use acphal.lib.