windows::Win32::Storage::FileSystem

Function GetFullPathNameTransactedW

pub unsafe fn GetFullPathNameTransactedW<P0>(
    lpfilename: P0,
    lpbuffer: Option<&mut [u16]>,
    lpfilepart: Option<*mut PWSTR>,
    htransaction: HANDLE,
) -> u32
where P0: Param<PCWSTR>,