Function win_sys::FileSystem::GetFullPathNameTransactedW
source · [−]pub unsafe fn GetFullPathNameTransactedW<'a, Param0, Param4>(
lpfilename: Param0,
nbufferlength: u32,
lpbuffer: PWSTR,
lpfilepart: *mut PWSTR,
htransaction: Param4
) -> u32 where
Param0: IntoParam<'a, PCWSTR>,
Param4: IntoParam<'a, HANDLE>, Expand description
Required features: ‘Win32_Storage_FileSystem’, ‘Win32_Foundation’