//! ID map entry — maps integer IDs to application/user string names.
//!
//! Source table: `SruDbIdMapTable` in SRUDB.dat.
use ;
/// Maps an integer SRUM ID to a human-readable application or user name.
///
/// App IDs in [`crate::NetworkUsageRecord`] and [`crate::AppUsageRecord`]
/// are opaque integers; this table resolves them to strings like
/// `"\\Device\\HarddiskVolume3\\Windows\\explorer.exe"`.