PXE_VOID UnMap_Mem(UINT64 unq_id, UINT64 virtual_addr, UINT32 size, UINT32 Direction, UINT64 mapped_addr);
UNDI will pass the virtual and mapped addresses of a buffer. This call will un map the given address.
This field can be set to zero if there is no unmapping service available.
See Implementation
PXE_VOID UnMap_Mem(UINT64 unq_id, UINT64 virtual_addr, UINT32 size, UINT32 Direction, UINT64 mapped_addr);
UNDI will pass the virtual and mapped addresses of a buffer. This call will un map the given address.
This field can be set to zero if there is no unmapping service available.