pub unsafe fn DhcpAddFilterV4<P0, P1>(
    serveripaddress: P0,
    addfilterinfo: *const DHCP_FILTER_ADD_INFO,
    forceflag: P1
) -> u32where
    P0: IntoParam<PCWSTR>,
    P1: IntoParam<BOOL>,
Expand description

Required features: "Win32_Foundation"