Function win_sys::Memory::OpenFileMappingW [−][src]
pub unsafe fn OpenFileMappingW<'a, Param1, Param2>(
dwdesiredaccess: u32,
binherithandle: Param1,
lpname: Param2
) -> HANDLE where
Param1: IntoParam<'a, BOOL>,
Param2: IntoParam<'a, PWSTR>, Expand description
Required features: Win32_System_Memory, Win32_Foundation