windows::Win32::Devices::DeviceQuery

Function DevCreateObjectQueryFromIdsEx

pub unsafe fn DevCreateObjectQueryFromIdsEx<P1>(
    objecttype: DEV_OBJECT_TYPE,
    pszzobjectids: P1,
    queryflags: u32,
    prequestedproperties: Option<&[DEVPROPCOMPKEY]>,
    pfilter: Option<&[DEVPROP_FILTER_EXPRESSION]>,
    pextendedparameters: Option<&[DEV_QUERY_PARAMETER]>,
    pcallback: PDEV_QUERY_RESULT_CALLBACK,
    pcontext: Option<*const c_void>,
) -> Result<HDEVQUERY>
where P1: Param<PCWSTR>,