windows::Win32::Devices::DeviceQuery

Function DevFindProperty

pub unsafe fn DevFindProperty<P2>(
    pkey: *const DEVPROPKEY,
    store: DEVPROPSTORE,
    pszlocalename: P2,
    pproperties: Option<&[DEVPROPERTY]>,
) -> *mut DEVPROPERTY
where P2: Param<PCWSTR>,