pub unsafe fn CreateFileMappingFromApp<'a, Param0, Param4>(
    hfile: Param0,
    securityattributes: *const SECURITY_ATTRIBUTES,
    pageprotection: PAGE_PROTECTION_FLAGS,
    maximumsize: u64,
    name: Param4
) -> HANDLE where
    Param0: IntoParam<'a, HANDLE>,
    Param4: IntoParam<'a, PCWSTR>, 
Expand description

Required features: ‘Win32_System_Memory’, ‘Win32_Foundation’, ‘Win32_Security’