pub unsafe fn DhcpRequestParams<P0, P1>(
    flags: u32,
    reserved: *mut c_void,
    adaptername: P0,
    classid: *mut DHCPCAPI_CLASSID,
    sendparams: DHCPCAPI_PARAMS_ARRAY,
    recdparams: DHCPCAPI_PARAMS_ARRAY,
    buffer: *mut u8,
    psize: *mut u32,
    requestidstr: P1
) -> u32where
    P0: IntoParam<PCWSTR>,
    P1: IntoParam<PCWSTR>,
Expand description

Required features: "Win32_Foundation"