Function windows::Win32::NetworkManagement::Dhcp::DhcpV4GetOptionValue
pub unsafe fn DhcpV4GetOptionValue<P0, P1, P2>(
serveripaddress: P0,
flags: u32,
optionid: u32,
policyname: P1,
vendorname: P2,
scopeinfo: *mut DHCP_OPTION_SCOPE_INFO,
optionvalue: *mut *mut DHCP_OPTION_VALUE,
) -> u32where
P0: Param<PCWSTR>,
P1: Param<PCWSTR>,
P2: Param<PCWSTR>,