Home | History | Annotate | Download | only in Protocol

Lines Matching refs:Identifier

65   @param[out] FormSetId          On return, holds the identifier of the form set which contains

67 @param[out] FormId On return, holds the identifier of the form used during user
97 @param[out] Image On return, holds the HII image identifier.
99 @retval EFI_SUCCESS Image identifier returned successfully.
100 @retval EFI_NOT_FOUND Image identifier not returned.
121 @param[out] String On return, holds the HII string identifier.
123 @retval EFI_SUCCESS String identifier returned successfully.
124 @retval EFI_NOT_FOUND String identifier not returned.
136 Return the user identifier associated with the currently authenticated user.
138 This function returns the user identifier of the user authenticated by this credential provider. This
146 @param[out] Identifier On return, points to the user identifier.
148 @retval EFI_SUCCESS User identifier returned successfully.
149 @retval EFI_NOT_READY No user identifier can be returned.
153 @retval EFI_INVALID_PARAMETER Identifier is NULL.
160 OUT EFI_USER_INFO_IDENTIFIER *Identifier
296 EFI_GUID Identifier; ///< Uniquely identifies this credential provider.