Function windows::Win32::NetworkManagement::Dhcp::DhcpRemoveOptionV5

pub unsafe fn DhcpRemoveOptionV5<P0, P1, P2>(
    serveripaddress: P0,
    flags: u32,
    optionid: u32,
    classname: P1,
    vendorname: P2,
) -> u32
where P0: Param<PCWSTR>, P1: Param<PCWSTR>, P2: Param<PCWSTR>,