Partager via


Récupération des informations de configuration de l’appareil

Pour récupérer des informations d’installation à partir du Registre, un pilote d’adaptateur peut appeler la fonction PcGetDeviceProperty , et un pilote miniport peut appeler la méthode IPort::GetDeviceProperty du pilote de port.

Pour l’un de ces appels, l’appelant sélectionne le type d’informations d’installation à demander en définissant le paramètre device-property sur l’une des valeurs d’énumération DEVICE_REGISTRY_PROPERTY suivantes à partir du fichier d’en-tête Wdm.h :

  • DevicePropertyAddress

  • DevicePropertyBootConfiguration

  • DevicePropertyBootConfigurationTranslated

  • DevicePropertyBusNumber

  • DevicePropertyBusTypeGuid

  • DevicePropertyClassGuid

  • DevicePropertyClassName

  • DevicePropertyCompatibleIDs

  • DevicePropertyDetachability

  • DevicePropertyDeviceDescription

  • DevicePropertyDriverKeyName

  • DevicePropertyEnumeratorName

  • DevicePropertyFriendlyName

  • DevicePropertyHardwareID

  • DevicePropertyInstallState

  • DevicePropertyLegacyBusType

  • DevicePropertyLocationInformation

  • DevicePropertyManufacturer

  • DevicePropertyPhysicalDeviceObjectName

  • DevicePropertyUINumber

Pour obtenir une description des valeurs DevicePropertyXxx ci-dessus, consultez IoGetDeviceProperty.