Function win_sys::FileSystem::FindFirstStreamTransactedW [−][src]
pub unsafe fn FindFirstStreamTransactedW<'a, Param0, Param4>(
lpfilename: Param0,
infolevel: STREAM_INFO_LEVELS,
lpfindstreamdata: *mut c_void,
dwflags: u32,
htransaction: Param4
) -> FindStreamHandle where
Param0: IntoParam<'a, PWSTR>,
Param4: IntoParam<'a, HANDLE>, Expand description
Required features: Win32_Storage_FileSystem, Win32_Foundation