Home | History | Annotate | Download | only in Protocol

Lines Matching full:information

33   provider, update the user information on this credential provider; otherwise add the user information 

55 Returns the user interface information used during user identification.
57 This function returns information about the form used when interacting with the user during user
91 information will be returned. On exit, points to the width of the
94 information will be returned. On exit, points to the height of the
139 function is called after the credential-related information has been submitted on a form OR after a
207 @retval EFI_SUCCESS Default information successfully returned.
218 Return information attached to the credential provider.
220 This function returns user information.
223 @param[in] UserInfo Handle of the user information data record.
225 information. If the buffer is too small to hold the information, then
229 information.
231 @retval EFI_SUCCESS Information returned successfully.
233 information. The size required is returned in *InfoSize.
247 Enumerate all of the user information records on the credential provider.
249 This function returns the next user information record. To retrieve the first user information record
250 handle, point UserInfo at a NULL. Each subsequent call will retrieve another user information
254 @param[in,out] UserInfo On entry, points to the previous user information handle or NULL to
255 start enumeration. On exit, points to the next user information handle
256 or NULL if there is no more user information.
258 @retval EFI_SUCCESS User information returned.
259 @retval EFI_NOT_FOUND No more user information found.