EFI_CONVERT_POINTER

Determines the new virtual address that is to be used on subsequent memory accesses.

@paramin DebugDisposition Supplies type information for the pointer being converted. @param[in, out] Address A pointer to a pointer that is to be fixed to be the value needed for the new virtual address mappings being applied.

@retval EFI_SUCCESS The pointer pointed to by Address was modified. @retval EFI_INVALID_PARAMETER 1) Address is NULL. 2) *Address is NULL and DebugDisposition does not have the EFI_OPTIONAL_PTR bit set. @retval EFI_NOT_FOUND The pointer pointed to by Address was not found to be part of the current memory map. This is normally fatal.

extern (C)
alias EFI_CONVERT_POINTER = EFI_STATUS function
(,
void** Address
)
@nogc nothrow

Meta