Add comments indicating in-consistency between code and the UEFI 2.3 specification.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9206 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
rsun3
2009-08-31 01:41:29 +00:00
parent 0c3312f503
commit ea4220e3e9
2 changed files with 6 additions and 1 deletions

View File

@@ -297,6 +297,9 @@ EFI_STATUS
handle, point UserInfo at a NULL. Each subsequent call will retrieve another user information
record handle until there are no more, at which point UserInfo will point to NULL.
Note: in-consistency between code and the UEFI 2.3 specification that the type of the User parameter
is EFI_USER_PROFILE_HANDLE. It should be spec error and wait for spec update.
@param[in] This Points to this instance of the EFI_USER_MANAGER_PROTOCOL.
@param[in] User Handle of the user whose information will be deleted.
@param[in,out] UserInfo Handle of the user information to remove.