Home | History | Annotate | Download | only in Protocol

Lines Matching refs:Identifier

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

69 @param[out] FormId On return, holds the identifier of the form used during user
99 @param[out] Image On return, holds the HII image identifier.
101 @retval EFI_SUCCESS Image identifier returned successfully.
102 @retval EFI_NOT_FOUND Image identifier not returned.
123 @param[out] String On return, holds the HII string identifier.
125 @retval EFI_SUCCESS String identifier returned successfully.
126 @retval EFI_NOT_FOUND String identifier not returned.
138 Return the user identifier associated with the currently authenticated user.
140 This function returns the user identifier of the user authenticated by this credential provider. This
148 @param[out] Identifier On return, points to the user identifier.
150 @retval EFI_SUCCESS User identifier returned successfully.
151 @retval EFI_NOT_READY No user identifier can be returned.
155 @retval EFI_INVALID_PARAMETER Identifier is NULL.
162 OUT EFI_USER_INFO_IDENTIFIER *Identifier
275 EFI_GUID Identifier; ///< Uniquely identifies this credential provider.