Specifications
Version 2.0
25
EFI_SHELL_PROTOCOL.GetDevicePathFromMap()
Summary
Gets the device path from the mapping.
Prototype
typedef
CONST EFI_DEVICE_PATH_PROTOCOL *
(EFIAPI *EFI_SHELL_GET_DEVICE_PATH_FROM_MAP) (
IN CONST CHAR16 *Mapping
);
Parameters
Mapping
A pointer to the mapping.
Description
This function gets the device path associated with a mapping.
Status Codes Returned
≠NULL Pointer to the device path that corresponds to the device mapping.
The returned pointer does not need to be freed.
NULL There is no device path associated with the specified mapping.










