Function DhcpEnumOptionsV6
pub unsafe fn DhcpEnumOptionsV6<P0, P2, P3>(
serveripaddress: P0,
flags: u32,
classname: P2,
vendorname: P3,
resumehandle: *mut u32,
preferredmaximum: u32,
options: *mut *mut DHCP_OPTION_ARRAY,
optionsread: *mut u32,
optionstotal: *mut u32,
) -> u32where
P0: Param<PCWSTR>,
P2: Param<PCWSTR>,
P3: Param<PCWSTR>,