Type Alias DEVICE_DSM_RANGE

Source
pub type DEVICE_DSM_RANGE = _DEVICE_DATA_SET_RANGE;

Aliased Type§

struct DEVICE_DSM_RANGE {
    pub StartingOffset: i64,
    pub LengthInBytes: u64,
}

Fields§

§StartingOffset: i64§LengthInBytes: u64