pub fn parse_app_usage(path: &Path) -> Result<Vec<AppUsageRecord>>Expand description
Parse application usage records from a SRUDB.dat file.
Returns all records from the
{5C8CF1C7-7257-4F13-B223-970EF5939312} table.
§Errors
Returns an error if the file cannot be read or is not a valid ESE database.