Function windows::Win32::NetworkManagement::Dhcp::DhcpV4SetOptionValues

pub unsafe fn DhcpV4SetOptionValues<P0, P1, P2>(
    serveripaddress: P0,
    flags: u32,
    policyname: P1,
    vendorname: P2,
    scopeinfo: *mut DHCP_OPTION_SCOPE_INFO,
    optionvalues: *mut DHCP_OPTION_VALUE_ARRAY,
) -> u32
where P0: Param<PCWSTR>, P1: Param<PCWSTR>, P2: Param<PCWSTR>,