De-unicode in comment for all source files.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5302 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
qhuang8
2008-05-27 03:24:01 +00:00
parent b233cbe5cc
commit ac64461468
19 changed files with 8992 additions and 8992 deletions

View File

@@ -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<EFBFBD><EFBFBD>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<EFBFBD><EFBFBD>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<EFBFBD><EFBFBD>s attributes. See <EFBFBD><EFBFBD>Related Definitons<EFBFBD><EFBFBD>
@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<EFBFBD><EFBFBD>s name.
On return, points to the next variable<EFBFBD><EFBFBD>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<EFBFBD><EFBFBD>s GUID.
On return, a pointer to the next variable<EFBFBD><EFBFBD>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.