이 섹션에서는 WDM에 대한 WMI 확장의 일부인 Windows Management Instrumentation IRP에 대해 설명합니다. All WMI IRPs use the major code IRP_MJ_SYSTEM_CONTROL and a minor code that indicates the specific WMI request. WMI 커널 모드 구성 요소는 드라이버가 WMI 데이터 공급자로 성공적으로 등록한 후 언제든지 WMI IRP를 보낼 수 있습니다. WMI IRP는 일반적으로 사용자 모드 데이터 소비자가 WMI 데이터를 요청하면 전송됩니다.
All drivers must set a dispatch table entry point for a DispatchSystemControl routine to handle WMI requests.
If a driver registers as a WMI data provider by calling IoWMIRegistrationControl, it must handle WMI IRPs using one of the techniques described in Handling WMI Requests.
WMI 데이터 공급자로 등록되지 않은 드라이버는 모든 WMI 요청을 다음 하위 드라이버로 전달해야 합니다.
이 섹션에서는 다음 시스템 정의 WMI 부 함수 코드에 대해 설명합니다.
드라이버가 다른 IRP 부 함수 코드를 포함하는 IRP를 수신하는 경우 IRP를 다음 하위 드라이버로 전달해야 합니다.