windows::Win32::NetworkManagement::Dhcp

Function DhcpGetOptionInfo

pub unsafe fn DhcpGetOptionInfo<P0>(
    serveripaddress: P0,
    optionid: u32,
    optioninfo: *mut *mut DHCP_OPTION,
) -> u32
where P0: Param<PCWSTR>,