Skip to main content

GetTempFileNameW

Function GetTempFileNameW 

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