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