Skip to content

Latest commit

 

History

History
89 lines (64 loc) · 3.26 KB

ns-wdm-_target_device_removal_notification.md

File metadata and controls

89 lines (64 loc) · 3.26 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NS:wdm._TARGET_DEVICE_REMOVAL_NOTIFICATION
_TARGET_DEVICE_REMOVAL_NOTIFICATION (wdm.h)
The TARGET_DEVICE_REMOVAL_NOTIFICATION structure describes a device-removal event. The PnP manager sends this structure to a driver that registered a callback routine for notification of EventCategoryTargetDeviceChange events.
kernel\target_device_removal_notification.htm
kernel
04/30/2018
TARGET_DEVICE_REMOVAL_NOTIFICATION structure
*PTARGET_DEVICE_REMOVAL_NOTIFICATION, PTARGET_DEVICE_REMOVAL_NOTIFICATION, PTARGET_DEVICE_REMOVAL_NOTIFICATION structure pointer [Kernel-Mode Driver Architecture], TARGET_DEVICE_REMOVAL_NOTIFICATION, TARGET_DEVICE_REMOVAL_NOTIFICATION structure [Kernel-Mode Driver Architecture], _TARGET_DEVICE_REMOVAL_NOTIFICATION, kernel.target_device_removal_notification, kstruct_d_9b46ee83-c40a-435c-a544-456672ebca33.xml, wdm/PTARGET_DEVICE_REMOVAL_NOTIFICATION, wdm/TARGET_DEVICE_REMOVAL_NOTIFICATION
wdm.h
Wdm.h, Ntddk.h, Ntifs.h
Windows
Windows
TARGET_DEVICE_REMOVAL_NOTIFICATION, *PTARGET_DEVICE_REMOVAL_NOTIFICATION
_TARGET_DEVICE_REMOVAL_NOTIFICATION
wdm/_TARGET_DEVICE_REMOVAL_NOTIFICATION
PTARGET_DEVICE_REMOVAL_NOTIFICATION
wdm/PTARGET_DEVICE_REMOVAL_NOTIFICATION
TARGET_DEVICE_REMOVAL_NOTIFICATION
wdm/TARGET_DEVICE_REMOVAL_NOTIFICATION
APIRef
kbSyntax
HeaderDef
wdm.h
_TARGET_DEVICE_REMOVAL_NOTIFICATION
PTARGET_DEVICE_REMOVAL_NOTIFICATION
TARGET_DEVICE_REMOVAL_NOTIFICATION

_TARGET_DEVICE_REMOVAL_NOTIFICATION structure

-description

The TARGET_DEVICE_REMOVAL_NOTIFICATION structure describes a device-removal event. The PnP manager sends this structure to a driver that registered a callback routine for notification of EventCategoryTargetDeviceChange events.

-struct-fields

-field Version

Specifies the version of the data structure, currently set to 1.

-field Size

Specifies the size of the structure, in bytes, including the size of the standard first three members plus the event-specific data.

-field Event

Specifies a GUID identifying the event: GUID_TARGET_DEVICE_QUERY_REMOVE, GUID_TARGET_DEVICE_REMOVE_COMPLETE, or GUID_TARGET_DEVICE_REMOVE_CANCELLED. These GUIDs are defined in Wdmguid.h.

-field FileObject

Pointer to a file object for the device.

-see-also

DEVICE_INTERFACE_CHANGE_NOTIFICATION

HWPROFILE_CHANGE_NOTIFICATION

IoRegisterPlugPlayNotification

TARGET_DEVICE_CUSTOM_NOTIFICATION