Skip to main content

MapViewOfFile

Function MapViewOfFile 

Source
pub unsafe extern "system" fn MapViewOfFile(
    file_mapping_object: HANDLE,
    desired_access: DWORD,
    file_offset_high: DWORD,
    file_offset_low: DWORD,
    number_of_bytes_to_map: SIZE_T,
) -> LPVOID