I think that you can cut/paste some code like this from the shell.  It would 
also be a great addition to a library somewhere to have this conversion.

From: J. E. [mailto:[email protected]]
Sent: Wednesday, September 10, 2014 7:56 PM
To: [email protected]
Subject: [edk2] EFI_STATUS to string?

Does UDK have a built in way of converting an EFI_STATUS error to a CHAR16 
string? (reason being makes debugging a bit easier)

Or do we need to do this manually?

if(Status == EFI_LOAD_ERROR) return L"EFI_LOAD_ERROR";
etc...
etc...
------------------------------------------------------------------------------
Want excitement?
Manually upgrade your production database.
When you want reliability, choose Perforce
Perforce version control. Predictably reliable.
http://pubads.g.doubleclick.net/gampad/clk?id=157508191&iu=/4140/ostg.clktrk
_______________________________________________
edk2-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-devel

Reply via email to