X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FInclude%2FProtocol%2FConsoleControl.h;h=e55e6b2938e2b306e475958bd4ab863961931753;hp=f41ffa7207a6e0feacf9b713afb7efc080ce4e05;hb=257efb0ba32204ba983fd5eb4686280f8d975471;hpb=498aeaf367503eb55358cf12e9d192d16c7d060d diff --git a/MdeModulePkg/Include/Protocol/ConsoleControl.h b/MdeModulePkg/Include/Protocol/ConsoleControl.h index f41ffa7207..e55e6b2938 100644 --- a/MdeModulePkg/Include/Protocol/ConsoleControl.h +++ b/MdeModulePkg/Include/Protocol/ConsoleControl.h @@ -31,11 +31,12 @@ typedef enum { /** Return the current video mode information. Also returns info about existence of Graphics Output devices or UGA Draw devices in system, and whether the Std - In device is locked. GopUgaExists and StdInLocked parameters are optional. + In device is locked. GopUgaExists and StdInLocked parameters are optional, and + only returned if a non NULL pointer is passed in. @param This Protocol instance pointer. @param Mode Current video mode. - @param GopExists TRUE if GOP Spliter has found a GOP/UGA device + @param GopUgaExists TRUE if GOP Spliter has found a GOP/UGA device @param StdInLocked TRUE if StdIn device is keyboard locked @retval EFI_SUCCESS Video mode information is returned.