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