mirror of https://github.com/acidanthera/audk.git
Add in doxygen style comment.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5414 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
a78b08d13b
commit
2623855985
|
@ -82,6 +82,21 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||||
EFI_BDS_ARCH_PROTOCOL_INSTANCE_SIGNATURE \
|
EFI_BDS_ARCH_PROTOCOL_INSTANCE_SIGNATURE \
|
||||||
)
|
)
|
||||||
|
|
||||||
|
/**
|
||||||
|
|
||||||
|
Show progress bar with title above it. It only works in Graphics mode.
|
||||||
|
|
||||||
|
|
||||||
|
@param TitleForeground Foreground color for Title.
|
||||||
|
@param TitleBackground Background color for Title.
|
||||||
|
@param Title Title above progress bar.
|
||||||
|
@param ProgressColor Progress bar color.
|
||||||
|
@param Progress Progress (0-100)
|
||||||
|
@param PreviousValue The previous value of the progress.
|
||||||
|
|
||||||
|
@retval EFI_STATUS Success update the progress bar
|
||||||
|
|
||||||
|
**/
|
||||||
EFI_STATUS
|
EFI_STATUS
|
||||||
PlatformBdsShowProgress (
|
PlatformBdsShowProgress (
|
||||||
IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL TitleForeground,
|
IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL TitleForeground,
|
||||||
|
|
Loading…
Reference in New Issue