pub unsafe fn DhcpGetAllOptionValuesV6<P0>(
    serveripaddress: P0,
    flags: u32,
    scopeinfo: *mut DHCP_OPTION_SCOPE_INFO6,
    values: *mut *mut DHCP_ALL_OPTION_VALUES
) -> u32where
    P0: IntoParam<PCWSTR>,
Expand description

Required features: "Win32_Foundation"