Skip to content

Latest commit

 

History

History
77 lines (60 loc) · 2.87 KB

ns-pepfx-_pep_abandon_device.md

File metadata and controls

77 lines (60 loc) · 2.87 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:pepfx._PEP_ABANDON_DEVICE
_PEP_ABANDON_DEVICE (pepfx.h)
The PEP_ABANDON_DEVICE structure identifies a device that has been abandoned and will no longer be used by the operating system.
kernel\pep_abandon_device.htm
kernel
04/30/2018
PEP_ABANDON_DEVICE structure
*PPEP_ABANDON_DEVICE, PEP_ABANDON_DEVICE, PEP_ABANDON_DEVICE structure [Kernel-Mode Driver Architecture], PPEP_ABANDON_DEVICE, PPEP_ABANDON_DEVICE structure pointer [Kernel-Mode Driver Architecture], _PEP_ABANDON_DEVICE, kernel.pep_abandon_device, pepfx/PEP_ABANDON_DEVICE, pepfx/PPEP_ABANDON_DEVICE
pepfx.h
Pep_x.h
Windows
Supported starting with Windows 10.
Windows
PEP_ABANDON_DEVICE, *PPEP_ABANDON_DEVICE
_PEP_ABANDON_DEVICE
pepfx/_PEP_ABANDON_DEVICE
PPEP_ABANDON_DEVICE
pepfx/PPEP_ABANDON_DEVICE
PEP_ABANDON_DEVICE
pepfx/PEP_ABANDON_DEVICE
APIRef
kbSyntax
HeaderDef
pepfx.h
_PEP_ABANDON_DEVICE
PPEP_ABANDON_DEVICE
PEP_ABANDON_DEVICE

_PEP_ABANDON_DEVICE structure (pepfx.h)

-description

The PEP_ABANDON_DEVICE structure identifies a device that has been abandoned and will no longer be used by the operating system.

-struct-fields

-field DeviceId [in]

A string that uniquely identifies the device. This member is a pointer to a UNICODE_STRING structure that contains a device identification string.

-field DeviceAccepted [out]

Whether the PEP claims ownership of the device. The PEP sets this member to TRUE to claim ownership of the device, or to FALSE to indicate that it does not own the device.

-remarks

This structure is used by the PEP_DPM_ABANDON_DEVICE notification. The DeviceId member of the structure contains an input value that is supplied by the Windows power management framework (PoFx). The DeviceAccepted member contains an output value that the PEP writes to the structure in response to this notification.

-see-also

PEP_DPM_ABANDON_DEVICE

UNICODE_STRING