Validate a trace database
Syntax
BOOLEAN NTAPI RtlTraceDatabaseValidate (
PRTL_TRACE_DATABASE pDatabase
)
Parameters
- pDatabase
- The database to validate
Return Value
Always 1
Remarks
The checked OS version of this function checks the signatures of each block and prints a debug message if they don't match. thenormal version only traverses the links between buckets and segments. It doesn't check signatures or print anything