Function win_sys::FileSystem::TxfLogCreateRangeReadContext[][src]

pub unsafe fn TxfLogCreateRangeReadContext<'a, Param0, Param1, Param2>(
    logpath: Param0,
    beginninglsn: Param1,
    endinglsn: Param2,
    beginningvirtualclock: *const i64,
    endingvirtualclock: *const i64,
    recordtypemask: u32,
    txflogcontext: *mut *mut c_void
) -> BOOL where
    Param0: IntoParam<'a, PWSTR>,
    Param1: IntoParam<'a, CLS_LSN>,
    Param2: IntoParam<'a, CLS_LSN>, 
Expand description

Required features: Win32_Storage_FileSystem, Win32_Foundation