Function win_sys::FileSystem::GetFullPathNameTransactedW[][src]

pub unsafe fn GetFullPathNameTransactedW<'a, Param0, Param4>(
    lpfilename: Param0,
    nbufferlength: u32,
    lpbuffer: PWSTR,
    lpfilepart: *mut PWSTR,
    htransaction: Param4
) -> u32 where
    Param0: IntoParam<'a, PWSTR>,
    Param4: IntoParam<'a, HANDLE>, 
Expand description

Required features: Win32_Storage_FileSystem, Win32_Foundation