Function SetupDiGetClassRegistryPropertyA
pub unsafe fn SetupDiGetClassRegistryPropertyA<P6>(
classguid: *const GUID,
property: u32,
propertyregdatatype: Option<*mut u32>,
propertybuffer: &mut [u8],
requiredsize: Option<*mut u32>,
machinename: P6,
reserved: Option<*const c_void>,
) -> Result<()>where
P6: Param<PCSTR>,