Type Alias FILE_REFERENCE_RANGE

Source
pub type FILE_REFERENCE_RANGE = _FILE_REFERENCE_RANGE;

Aliased Type§

struct FILE_REFERENCE_RANGE {
    pub StartingFileReferenceNumber: u64,
    pub EndingFileReferenceNumber: u64,
}

Fields§

§StartingFileReferenceNumber: u64§EndingFileReferenceNumber: u64