Function windows::Win32::NetworkManagement::Dhcp::DhcpAuditLogSetParams

pub unsafe fn DhcpAuditLogSetParams<P0, P1>(
    serveripaddress: P0,
    flags: u32,
    auditlogdir: P1,
    diskcheckinterval: u32,
    maxlogfilessize: u32,
    minspaceondisk: u32,
) -> u32
where P0: Param<PCWSTR>, P1: Param<PCWSTR>,