PEP_DEVICE_ACCEPTANCE_TYPE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// pep_x.h

typedef enum _PEP_DEVICE_ACCEPTANCE_TYPE {
  PepDeviceNotAccepted,
  PepDeviceAccepted,
  PepDeviceAceptedMax
} PEP_DEVICE_ACCEPTANCE_TYPE, *PPEP_DEVICE_ACCEPTANCE_TYPE;
View the official Windows Driver Kit DDI reference
// pepfx.h

typedef enum _PEP_DEVICE_ACCEPTANCE_TYPE {
  PepDeviceNotAccepted,
  PepDeviceAccepted,
  PepDeviceAceptedMax
} PEP_DEVICE_ACCEPTANCE_TYPE, *PPEP_DEVICE_ACCEPTANCE_TYPE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-pep_x-_pep_device_acceptance_type)

_PEP_DEVICE_ACCEPTANCE_TYPE enumeration (pep_x.h)

Description

The PEP_DEVICE_ACCEPTANCE_TYPE enumeration indicates whether a PEP accepts ownership of a device.

Constants

PepDeviceNotAccepted

The PEP does not claim ownership of this device.

PepDeviceAccepted

The PEP claims full ownership of this device.

PepDeviceAceptedMax

Reserved for use by operating system.

Remarks

This enumeration is used by DeviceAccepted member of the PEP_REGISTER_DEVICE_V2 structure to indicate whether a PEP accepts ownership of a device.

See also

PEP_REGISTER_DEVICE_V2


Windows Driver Kit DDI reference (ne-pepfx-_pep_device_acceptance_type)

_PEP_DEVICE_ACCEPTANCE_TYPE enumeration (pepfx.h)

Description

The PEP_DEVICE_ACCEPTANCE_TYPE enumeration indicates whether a PEP accepts ownership of a device.

Constants

PepDeviceNotAccepted

The PEP does not claim ownership of this device.

PepDeviceAccepted

The PEP claims ownership of this device.

PepDeviceAceptedMax

Reserved for use by operating system.

Remarks

This enumeration is used by DeviceAccepted member of the PEP_REGISTER_DEVICE_V2 structure to indicate whether a PEP accepts ownership of a device.

See also