pub unsafe fn FindFirstStreamW<'a, Param0>(
    lpfilename: Param0,
    infolevel: STREAM_INFO_LEVELS,
    lpfindstreamdata: *mut c_void,
    dwflags: u32
) -> FindStreamHandle where
    Param0: IntoParam<'a, PCWSTR>, 
Expand description

Required features: ‘Win32_Storage_FileSystem’