windows::Win32::NetworkManagement::Dhcp

Function DhcpV4GetOptionValue

pub unsafe fn DhcpV4GetOptionValue<P0, P3, P4>(
    serveripaddress: P0,
    flags: u32,
    optionid: u32,
    policyname: P3,
    vendorname: P4,
    scopeinfo: *mut DHCP_OPTION_SCOPE_INFO,
    optionvalue: *mut *mut DHCP_OPTION_VALUE,
) -> u32
where P0: Param<PCWSTR>, P3: Param<PCWSTR>, P4: Param<PCWSTR>,