X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FInclude%2FProtocol%2FComponentName2.h;h=1d8d438d1886d244a654fe6675e5cecaa0203a7a;hp=08efec6b8dce897ab48f48218e9b527a6ef8f169;hb=fbf926add92ee7c528aed264b0b71442b2caef04;hpb=f60515255d4a750b4a763de6c89830b0d224c96c diff --git a/MdePkg/Include/Protocol/ComponentName2.h b/MdePkg/Include/Protocol/ComponentName2.h index 08efec6b8d..1d8d438d18 100644 --- a/MdePkg/Include/Protocol/ComponentName2.h +++ b/MdePkg/Include/Protocol/ComponentName2.h @@ -27,7 +27,7 @@ typedef struct _EFI_COMPONENT_NAME2_PROTOCOL EFI_COMPONENT_NAME2_PROTOCOL; /** - Retrieves a Unicode string that is the user readable name of + Retrieves a string that is the user readable name of the EFI Driver. @param This A pointer to the @@ -43,12 +43,12 @@ typedef struct _EFI_COMPONENT_NAME2_PROTOCOL EFI_COMPONENT_NAME2_PROTOCOL; is specified in RFC 4646 language code format. - @param DriverName A pointer to the Unicode string to return. - This Unicode string is the name of the + @param DriverName A pointer to the string to return. + This string is the name of the driver specified by This in the language specified by Language. - @retval EFI_SUCCESS The Unicode string for the + @retval EFI_SUCCESS The string for the Driver specified by This and the language specified by Language was returned in DriverName. @@ -72,7 +72,7 @@ EFI_STATUS /** - Retrieves a Unicode string that is the user readable name of + Retrieves a string that is the user readable name of the controller that is being managed by an EFI Driver. @param This A pointer to the @@ -83,7 +83,7 @@ EFI_STATUS This handle specifies the controller whose name is to be returned. - @param ChildHandle The handle of the child controller to + @param ChildHandle The handle of the child controller to retrieve the name of. This is an optional parameter that may be NULL. It will be NULL for device drivers. @@ -106,15 +106,14 @@ EFI_STATUS specified in RFC 4646 language code format. - @param ControllerName A pointer to the Unicode string to - return. This Unicode string is the - name of the controller specified by - ControllerHandle and ChildHandle in - the language specified by Language + @param ControllerName A pointer to the string to return. + This string is the name of the controller + specified by ControllerHandle and ChildHandle + in the language specified by Language from the point of view of the driver specified by This. - @retval EFI_SUCCESS The Unicode string for the user + @retval EFI_SUCCESS The string for the user readable name in the language specified by Language for the driver specified by This was