Lines Matching refs:This

7   This program and the accompanying materials                          
32 This function enrolls a user on this credential provider. If the user exists on this credential
36 @param[in] This Points to this instance of the EFI_USER_CREDENTIAL2_PROTOCOL.
43 @retval EFI_UNSUPPORTED This credential provider does not support enrollment in the pre-OS.
50 IN CONST EFI_USER_CREDENTIAL2_PROTOCOL *This,
57 This function returns information about the form used when interacting with the user during user
63 @param[in] This Points to this instance of the EFI_USER_CREDENTIAL2_PROTOCOL.
77 IN CONST EFI_USER_CREDENTIAL2_PROTOCOL *This,
86 This optional function returns a bitmap which is less than or equal to the number of pixels specified
89 @param[in] This Points to this instance of the EFI_USER_CREDENTIAL2_PROTOCOL.
106 IN CONST EFI_USER_CREDENTIAL2_PROTOCOL *This,
116 This function returns a string which describes the credential provider. If no such string exists, then
119 @param[in] This Points to this instance of the EFI_USER_CREDENTIAL2_PROTOCOL.
130 IN CONST EFI_USER_CREDENTIAL2_PROTOCOL *This,
138 This function returns the user identifier of the user authenticated by this credential provider. This
142 @param[in] This Points to this instance of the EFI_USER_CREDENTIAL2_PROTOCOL.
158 IN CONST EFI_USER_CREDENTIAL2_PROTOCOL *This,
166 This function is called when a credential provider is selected by the user. If AutoLogon returns
169 @param[in] This Points to this instance of the EFI_USER_CREDENTIAL2_PROTOCOL.
179 IN CONST EFI_USER_CREDENTIAL2_PROTOCOL *This,
186 This function is called when a credential provider is deselected by the user.
188 @param[in] This Points to this instance of the EFI_USER_CREDENTIAL2_PROTOCOL.
195 IN CONST EFI_USER_CREDENTIAL2_PROTOCOL *This
201 This function reports the default login behavior regarding this credential provider.
203 @param[in] This Points to this instance of the EFI_USER_CREDENTIAL2_PROTOCOL.
213 IN CONST EFI_USER_CREDENTIAL2_PROTOCOL *This,
220 This function returns user information.
222 @param[in] This Points to this instance of the EFI_USER_CREDENTIAL2_PROTOCOL.
240 IN CONST EFI_USER_CREDENTIAL2_PROTOCOL *This,
249 This function returns the next user information record. To retrieve the first user information record
253 @param[in] This Points to this instance of the EFI_USER_CREDENTIAL2_PROTOCOL.
265 IN CONST EFI_USER_CREDENTIAL2_PROTOCOL *This,
272 This function deletes a user on this credential provider.
274 @param[in] This Points to this instance of the EFI_USER_CREDENTIAL2_PROTOCOL.
281 @retval EFI_UNSUPPORTED This credential provider does not support deletion in the pre-OS.
288 IN CONST EFI_USER_CREDENTIAL2_PROTOCOL *This,
293 /// This protocol provides support for a single class of credentials