X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FLibrary%2FEdkDxePrintLib%2FPrintLib.c;fp=MdeModulePkg%2FLibrary%2FEdkDxePrintLib%2FPrintLib.c;h=e1c9bb0e2b9213c8f29539987642c43522a6d833;hp=18ea2349d25fcffa074334277ac1068161f9a398;hb=71898234de13a552824346cb45327a675e2c69c1;hpb=285010e7dc951798fcc1e77eda2027c72bedbacf diff --git a/MdeModulePkg/Library/EdkDxePrintLib/PrintLib.c b/MdeModulePkg/Library/EdkDxePrintLib/PrintLib.c index 18ea2349d2..e1c9bb0e2b 100644 --- a/MdeModulePkg/Library/EdkDxePrintLib/PrintLib.c +++ b/MdeModulePkg/Library/EdkDxePrintLib/PrintLib.c @@ -133,7 +133,8 @@ UnicodeVSPrint ( Unicode string. @param BufferSize The size, in bytes, of the output buffer specified by StartOfBuffer. @param FormatString Null-terminated Unicode format string. - @param ... Variable argument list based on the contents of the format string. + @param ... Variable argument list whose contents are accessed based on the + format string specified by FormatString. @return The number of Unicode characters in the produced output buffer not including the Null-terminator. @@ -230,7 +231,8 @@ UnicodeVSPrintAsciiFormat ( Unicode string. @param BufferSize The size, in bytes, of the output buffer specified by StartOfBuffer. @param FormatString Null-terminated Unicode format string. - @param ... Variable argument list based on the contents of the format string. + @param ... Variable argument list whose contents are accessed based on the + format string specified by FormatString. @return The number of Unicode characters in the produced output buffer not including the Null-terminator. @@ -382,7 +384,8 @@ AsciiVSPrint ( ASCII string. @param BufferSize The size, in bytes, of the output buffer specified by StartOfBuffer. @param FormatString Null-terminated Unicode format string. - @param ... Variable argument list based on the contents of the format string. + @param ... Variable argument list whose contents are accessed based on the + format string specified by FormatString. @return The number of ASCII characters in the produced output buffer not including the Null-terminator. @@ -479,7 +482,8 @@ AsciiVSPrintUnicodeFormat ( ASCII string. @param BufferSize The size, in bytes, of the output buffer specified by StartOfBuffer. @param FormatString Null-terminated Unicode format string. - @param ... Variable argument list based on the contents of the format string. + @param ... Variable argument list whose contents are accessed based on the + format string specified by FormatString. @return The number of ASCII characters in the produced output buffer not including the Null-terminator.