pub unsafe fn GetFinalPathNameByHandleA<'a, Param0>(
    hfile: Param0,
    lpszfilepath: PSTR,
    cchfilepath: u32,
    dwflags: FILE_NAME
) -> u32 where
    Param0: IntoParam<'a, HANDLE>, 
Expand description

Required features: ‘Win32_Storage_FileSystem’, ‘Win32_Foundation’