pub unsafe fn GetLongPathNameTransactedW<'a, Param0, Param3>(
    lpszshortpath: Param0,
    lpszlongpath: PWSTR,
    cchbuffer: u32,
    htransaction: Param3
) -> u32 where
    Param0: IntoParam<'a, PCWSTR>,
    Param3: IntoParam<'a, HANDLE>, 
Expand description

Required features: ‘Win32_Storage_FileSystem’, ‘Win32_Foundation’