git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8633 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@ -455,7 +455,7 @@ ShellGetExecutionBreakFlag(
|
||||
CONST CHAR16*
|
||||
EFIAPI
|
||||
ShellGetEnvironmentVariable (
|
||||
IN CHAR16 *EnvKey
|
||||
IN CONST CHAR16 *EnvKey
|
||||
);
|
||||
|
||||
/**
|
||||
@ -566,7 +566,7 @@ ShellSetPageBreakMode (
|
||||
and will process '?' and '*' as such. the list must be freed with a call to
|
||||
ShellCloseFileMetaArg().
|
||||
|
||||
This function will fail if called sequentially without freeing the list in the middle.
|
||||
If you are NOT appending to an existing list *ListHead must be NULL.
|
||||
|
||||
@param Arg pointer to path string
|
||||
@param OpenMode mode to open files with
|
||||
|
Reference in New Issue
Block a user