Skip to main content

CreateFileMappingW

Function CreateFileMappingW 

Source
pub unsafe extern "system" fn CreateFileMappingW(
    file: HANDLE,
    file_mapping_attributes: *const SecurityAttributes,
    page_protection: DWORD,
    max_size_high: DWORD,
    max_size_low: DWORD,
    name: LPCWSTR,
) -> HANDLE