Function windows::Win32::NetworkManagement::Dhcp::DhcpGetClientInfoV4

pub unsafe fn DhcpGetClientInfoV4<P0>(
    serveripaddress: P0,
    searchinfo: *const DHCP_SEARCH_INFO,
    clientinfo: *mut *mut DHCP_CLIENT_INFO_V4,
) -> u32
where P0: Param<PCWSTR>,