Function windows::Win32::NetworkManagement::Dhcp::DhcpV4DeletePolicy

pub unsafe fn DhcpV4DeletePolicy<P0, P1, P2>(
    serveripaddress: P0,
    fglobalpolicy: P1,
    subnetaddress: u32,
    policyname: P2,
) -> u32
where P0: Param<PCWSTR>, P1: Param<BOOL>, P2: Param<PCWSTR>,