pub unsafe fn PrepareLogArchive<'a, Param0>(
    hlog: Param0,
    pszbaselogfilename: PWSTR,
    clen: u32,
    plsnlow: *const CLS_LSN,
    plsnhigh: *const CLS_LSN,
    pcactuallength: *mut u32,
    poffbaselogfiledata: *mut u64,
    pcbbaselogfilelength: *mut u64,
    plsnbase: *mut CLS_LSN,
    plsnlast: *mut CLS_LSN,
    plsncurrentarchivetail: *mut CLS_LSN,
    ppvarchivecontext: *mut *mut c_void
) -> BOOL where
    Param0: IntoParam<'a, HANDLE>, 
Expand description

Required features: ‘Win32_Storage_FileSystem’, ‘Win32_Foundation’