Skip to main content

TxfLogCreateFileReadContext

Function TxfLogCreateFileReadContext 

Source
pub unsafe fn TxfLogCreateFileReadContext<'a>(
    logpath: impl IntoParam<'a, PWSTR>,
    beginninglsn: impl IntoParam<'a, CLS_LSN>,
    endinglsn: impl IntoParam<'a, CLS_LSN>,
    txffileid: *mut TXF_ID,
    txflogcontext: *mut *mut c_void,
) -> BOOL