Skip to main content

GetTempFileNameA

Function GetTempFileNameA 

Source
pub unsafe fn GetTempFileNameA<'a>(
    lppathname: impl IntoParam<'a, PSTR>,
    lpprefixstring: impl IntoParam<'a, PSTR>,
    uunique: u32,
    lptempfilename: PSTR,
) -> u32