X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FInclude%2FPpi%2FReadOnlyVariable2.h;h=2efd1d03c18adad01d2445c23ec1f2ed3390d10d;hb=8b13229b469f05ec22d76098b052bd6e943fecee;hp=f4f85086ca480211e592ca2bba14da1bfcbc5b60;hpb=ba2377328775b10caa4c2091a8997eb8685c39b8;p=mirror_edk2.git diff --git a/MdePkg/Include/Ppi/ReadOnlyVariable2.h b/MdePkg/Include/Ppi/ReadOnlyVariable2.h index f4f85086ca..2efd1d03c1 100644 --- a/MdePkg/Include/Ppi/ReadOnlyVariable2.h +++ b/MdePkg/Include/Ppi/ReadOnlyVariable2.h @@ -33,12 +33,12 @@ typedef struct _EFI_PEI_READ_ONLY_VARIABLE2_PPI EFI_PEI_READ_ONLY_VARIABLE2_PPI @param This A pointer to this instance of the EFI_PEI_READ_ONLY_VARIABLE2_PPI. - @param VariableName A pointer to a null-terminated string that is the variable¡¯s name. + @param VariableName A pointer to a null-terminated string that is the variable's name. - @param VendorGuid A pointer to an EFI_GUID that is the variable¡¯s GUID. The combination of + @param VendorGuid A pointer to an EFI_GUID that is the variable's GUID. The combination of VariableGuid and VariableName must be unique. - @param Attributes If non-NULL, on return, points to the variable¡¯s attributes. See ¡°Related Definitons¡± + @param Attributes If non-NULL, on return, points to the variable's attributes. See "Related Definitons" below for possible attribute values. @param DataSize On entry, points to the size in bytes of the Data buffer. On return, points to the size of @@ -84,11 +84,11 @@ EFI_STATUS @param VariableNameSize On entry, points to the size of the buffer pointed to by VariableName. - @param VariableName On entry, a pointer to a null-terminated string that is the variable¡¯s name. - On return, points to the next variable¡¯s null-terminated name string. + @param VariableName On entry, a pointer to a null-terminated string that is the variable's name. + On return, points to the next variable's null-terminated name string. - @param VendorGuid On entry, a pointer to an UEFI _GUID that is the variable¡¯s GUID. - On return, a pointer to the next variable¡¯s GUID. + @param VendorGuid On entry, a pointer to an UEFI _GUID that is the variable's GUID. + On return, a pointer to the next variable's GUID. @retval EFI_SUCCESS The variable was read successfully. @@ -107,7 +107,7 @@ EFI_STATUS **/ typedef EFI_STATUS -(EFIAPI *EFI_PEI_NEXT_VARIABLE_NAME2) ( +(EFIAPI *EFI_PEI_NEXT_VARIABLE_NAME2)( IN CONST EFI_PEI_READ_ONLY_VARIABLE2_PPI *This, IN OUT UINTN *VariableNameSize, IN OUT CHAR16 *VariableName,