pub unsafe fn TxfLogCreateFileReadContext<'a, Param0, Param1, Param2>(
    logpath: Param0,
    beginninglsn: Param1,
    endinglsn: Param2,
    txffileid: *const TXF_ID,
    txflogcontext: *mut *mut c_void
) -> BOOL where
    Param0: IntoParam<'a, PCWSTR>,
    Param1: IntoParam<'a, CLS_LSN>,
    Param2: IntoParam<'a, CLS_LSN>, 
Expand description

Required features: ‘Win32_Storage_FileSystem’, ‘Win32_Foundation’