Tables, indexes, and database pages can be validated depending on the flags passed to this routine. To receive information
during the validation, implement a callback function and pass the address to this routine. To limit the validation to a specific
table, pass in the table name or ID as the last parameter.
The flags parameter is a combination of the following values:
ULVF_TABLE
ULVF_INDEX
ULVF_DATABASE
ULVF_EXPRESS
ULVF_FULL_VALIDATE
The following example demonstrates table and index validation in express mode: