windows::Win32::NetworkManagement::Dhcp

Function DhcpV4GetPolicy

pub unsafe fn DhcpV4GetPolicy<P0, P3>(
    serveripaddress: P0,
    fglobalpolicy: bool,
    subnetaddress: u32,
    policyname: P3,
    policy: *mut *mut DHCP_POLICY,
) -> u32
where P0: Param<PCWSTR>, P3: Param<PCWSTR>,