Function windows::Win32::NetworkManagement::Dhcp::DhcpAuditLogSetParams
pub unsafe fn DhcpAuditLogSetParams<P0, P1>(
serveripaddress: P0,
flags: u32,
auditlogdir: P1,
diskcheckinterval: u32,
maxlogfilessize: u32,
minspaceondisk: u32
) -> u32where
P0: IntoParam<PCWSTR>,
P1: IntoParam<PCWSTR>,