Function windows::Win32::NetworkManagement::Dhcp::DhcpRemoveOptionValue

pub unsafe fn DhcpRemoveOptionValue<P0>(
    serveripaddress: P0,
    optionid: u32,
    scopeinfo: *const DHCP_OPTION_SCOPE_INFO,
) -> u32
where P0: Param<PCWSTR>,