pub fn parse_push_notifications(
path: &Path,
) -> Result<Vec<PushNotificationRecord>>Expand description
Parse push notification records from a SRUDB.dat file.
Returns all records from the
{D10CA2FE-6FCF-4F6D-848E-B2E99266FA89} table.
§Errors
Returns an error if the file cannot be read or is not a valid ESE database.