| Previous | Next |
| WINBIO_E_DATABASE_NO_RESULTS | WINBIO_E_DATABASE_EOF |
WINBIO_E_DATABASE_NO_MORE_RECORDS
WINBIO_E_DATABASE_NO_MORE_RECORDS indicates that enumeration reached the end of the result set. It is a terminal query condition, not database corruption.
What to check for WINBIO_E_DATABASE_NO_MORE_RECORDS
- Stop enumerating records and release any query or session resources as appropriate.
- Start a new query before expecting additional records after the database changes.
- Do not translate this result into a failed enrollment or failed sensor message for users.
Microsoft: Storage Adapter Functions
Microsoft: Windows Biometric Framework client error codes
Diagnostic interpretation
This result has the HRESULT value 0x80098020. AllStat records the condition as “All records from the most recent database query have been viewed.”.
Evidence to capture
- Capture any IErrorInfo text, activity identifier, event-log entry, and subsystem trace that mentions this result or the winbio / database / more / records operation.
- check the documented return contract of the specific API because the same HRESULT can require different recovery in different interfaces.
Retry and recovery
” has changed.
Looking for a different code? Search another status or error code.
