Function windows::Win32::NetworkManagement::Dhcp::DhcpGetVersion
pub unsafe fn DhcpGetVersion<P0>(
serveripaddress: P0,
majorversion: *mut u32,
minorversion: *mut u32,
) -> u32where
P0: Param<PCWSTR>,