Function windows::Win32::NetworkManagement::Dhcp::DhcpEnumOptionValuesV6
pub unsafe fn DhcpEnumOptionValuesV6<P0, P1, P2>(
serveripaddress: P0,
flags: u32,
classname: P1,
vendorname: P2,
scopeinfo: *mut DHCP_OPTION_SCOPE_INFO6,
resumehandle: *mut u32,
preferredmaximum: u32,
optionvalues: *mut *mut DHCP_OPTION_VALUE_ARRAY,
optionsread: *mut u32,
optionstotal: *mut u32,
) -> u32where
P0: Param<PCWSTR>,
P1: Param<PCWSTR>,
P2: Param<PCWSTR>,