Skip to main content

create_file_mapping_w

Function create_file_mapping_w 

Source
pub fn create_file_mapping_w(
    file: HANDLE,
    attributes: *const SECURITY_ATTRIBUTES,
    protect: u32,
    max_size_high: u32,
    max_size_low: u32,
    name: *mut u8,
) -> HANDLE
Expand description

Dynamically calls CreateFileMappingW.