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