windows::Win32::Storage::FileSystem

Function FindFirstStreamTransactedW

pub unsafe fn FindFirstStreamTransactedW<P0>(
    lpfilename: P0,
    infolevel: STREAM_INFO_LEVELS,
    lpfindstreamdata: *mut c_void,
    dwflags: Option<u32>,
    htransaction: HANDLE,
) -> Result<HANDLE>
where P0: Param<PCWSTR>,