]> git.proxmox.com Git - mirror_edk2.git/commitdiff
ShellPkg: Fix comments
authorJaben Carsey <jaben.carsey@intel.com>
Mon, 4 Aug 2014 20:28:55 +0000 (20:28 +0000)
committerjcarsey <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 4 Aug 2014 20:28:55 +0000 (20:28 +0000)
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jaben Carsey <jaben.carsey@intel.com>
Reviewed-by: Erik Bjorge <erik.c.bjorge@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15749 6f19259b-4bc3-4df7-8a09-765794883524

ShellPkg/Include/Library/HandleParsingLib.h

index c2e182bd9d955395c5ec1e8b57ca90076dab6384..c7e9319023e9d4ed90347bbcc5b56cdcc84272da 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Provides interface to advanced shell functionality for parsing both handle and protocol database.\r
 \r
-  Copyright (c) 2010 - 2013, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>\r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
@@ -38,9 +38,11 @@ GetStringNameFromGuid(
 /**\r
   Function to get the Guid for a protocol or struct based on it's string name.\r
 \r
+  Do not free or modify the returned GUID.\r
+\r
   @param[in] Name           The pointer to the string name.\r
   @param[in] Lang           The pointer to the language code (string).\r
-  @param[in] Guid           The pointer to the pointer to the Guid.\r
+  @param[out] Guid          The pointer to the pointer to the Guid.\r
 \r
   @retval EFI_SUCCESS       The operation was successful.\r
 **/\r
@@ -49,7 +51,7 @@ EFIAPI
 GetGuidFromStringName(\r
   IN CONST CHAR16 *Name,\r
   IN CONST CHAR8  *Lang OPTIONAL,\r
-  IN EFI_GUID     **Guid\r
+  OUT EFI_GUID    **Guid\r
   );\r
 \r
 /**\r