Function vm_control::map_descriptor

source ·
pub(crate) fn map_descriptor(
    descriptor: &dyn AsRawDescriptor,
    offset: u64,
    size: u64,
    prot: Protection
) -> Result<Box<dyn MappedRegion>>
Expand description

WARNING: descriptor must be a mapping handle on Windows.