Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.04 KB

File metadata and controls

38 lines (27 loc) · 1.04 KB
title description keywords ms.date topic_type ms.topic api_name api_type
!pnpevent (WinDbg)
The !pnpevent extension displays the Plug and Play device event queue.
!pnpevent Windows Debugging
05/23/2017
apiref
reference
pnpevent
NA

!pnpevent

The !pnpevent extension displays the Plug and Play device event queue.

!pnpevent [DeviceEvent]

Parameters

DeviceEvent
Specifies the address of a device event to display. If this is zero or omitted, the tree of all device events in the queue is displayed.

DLL

Kdexts.dll

Additional Information

See Plug and Play Debugging for applications of this extension command. For information about Plug and Play drivers, see the Windows Driver Kit (WDK) documentation.

See also

Plug and Play and Power Debugger Commands