Skip to main content

OpenFileMappingA

Function OpenFileMappingA 

Source
pub unsafe fn OpenFileMappingA<P2>(
    dwdesiredaccess: u32,
    binherithandle: bool,
    lpname: P2,
) -> Result<HANDLE, Error>
where P2: Param<PCSTR>,