windows::Win32::Storage::FileSystem

Function FindFirstStreamW

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