디바이스 설정 정보 검색
레지스트리에서 설치 정보를 검색하기 위해 어댑터 드라이버는 PcGetDeviceProperty 함수를 호출할 수 있으며 미니포트 드라이버는 포트 드라이버의 IPort::GetDeviceProperty 메서드를 호출할 수 있습니다.
이러한 호출 중 하나에서 호출자는 device-property 매개 변수를 헤더 파일 Wdm.h의 다음 DEVICE_REGISTRY_PROPERTY 열거형 값 중 하나로 설정하여 요청할 설정 정보 유형을 선택합니다.
DevicePropertyAddress
DevicePropertyBootConfiguration
DevicePropertyBootConfigurationTranslated
DevicePropertyBusNumber
DevicePropertyBusTypeGuid
DevicePropertyClassGuid
DevicePropertyClassName
DevicePropertyCompatibleIDs
DevicePropertyDetachability
DevicePropertyDeviceDescription
DevicePropertyDriverKeyName
DevicePropertyEnumeratorName
DevicePropertyFriendlyName
DevicePropertyHardwareID
DevicePropertyInstallState
DevicePropertyLegacyBusType
DevicePropertyLocationInformation
DevicePropertyManufacturer
DevicePropertyPhysicalDeviceObjectName
DevicePropertyUINumber
위의 DevicePropertyXxx 값에 대한 설명은 IoGetDeviceProperty를 참조하세요.