FILE_REFERENCE_RANGE

Type Alias FILE_REFERENCE_RANGE 

Source
pub type FILE_REFERENCE_RANGE = _FILE_REFERENCE_RANGE;

Aliased Type§

#[repr(C)]
pub struct FILE_REFERENCE_RANGE { pub StartingFileReferenceNumber: u64, pub EndingFileReferenceNumber: u64, }

Fields§

§StartingFileReferenceNumber: u64§EndingFileReferenceNumber: u64