Function DhcpV4SetOptionValues
pub unsafe fn DhcpV4SetOptionValues<P0, P2, P3>(
serveripaddress: P0,
flags: u32,
policyname: P2,
vendorname: P3,
scopeinfo: *mut DHCP_OPTION_SCOPE_INFO,
optionvalues: *mut DHCP_OPTION_VALUE_ARRAY,
) -> u32where
P0: Param<PCWSTR>,
P2: Param<PCWSTR>,
P3: Param<PCWSTR>,