windows::Win32::NetworkManagement::NetManagement

Function NetAuditRead

pub unsafe fn NetAuditRead<P0, P1>(
    server: P0,
    service: P1,
    auditloghandle: *mut HLOG,
    offset: u32,
    reserved1: *mut u32,
    reserved2: u32,
    offsetflag: u32,
    bufptr: *mut *mut u8,
    prefmaxlen: u32,
    bytesread: *mut u32,
    totalavailable: *mut u32,
) -> u32
where P0: Param<PCWSTR>, P1: Param<PCWSTR>,