Home | History | Annotate | Download | only in Protocol

Lines Matching full:information

35   manager driver that credential information has changed. If an enrolled user does exist, delete the 

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