windows::Win32::Storage::FileSystem

Function GetFullPathNameTransactedA

pub unsafe fn GetFullPathNameTransactedA<P0>(
    lpfilename: P0,
    lpbuffer: Option<&mut [u8]>,
    lpfilepart: Option<*mut PSTR>,
    htransaction: HANDLE,
) -> u32
where P0: Param<PCSTR>,