Comment's added and fixed.
Pointer's checked for NULL before access and after memory allocations. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11499 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@ -415,6 +415,14 @@ CleanUpShellParametersProtocol (
|
||||
return (Status);
|
||||
}
|
||||
|
||||
/**
|
||||
Determin if a file name represents a unicode file.
|
||||
|
||||
@param[in] FileName Pointer to the filename to open.
|
||||
|
||||
@retval EFI_SUCCESS The file is a unicode file.
|
||||
@return An error upon failure.
|
||||
**/
|
||||
EFI_STATUS
|
||||
EFIAPI
|
||||
IsUnicodeFile(
|
||||
|
Reference in New Issue
Block a user