Searched defs:NextInfo (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/UserIdentifyManagerDxe/
H A DUserIdentifyManager.c155 profile. And if NextInfo is TRUE, return the next info in the user profile.
161 @param[in] NextInfo If FALSE, find the user information record in profile specifyed by User.
175 IN BOOLEAN NextInfo,
213 if (NextInfo) {
172 FindUserInfo( IN USER_PROFILE_ENTRY * User, IN OUT EFI_USER_INFO **Info, IN BOOLEAN NextInfo, OUT UINTN *Offset OPTIONAL ) argument

Completed in 50 milliseconds