PEP_DEVICE_ACCEPTANCE_TYPE enumeration (pepfx.h)

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

Syntax

typedef enum _PEP_DEVICE_ACCEPTANCE_TYPE {
  PepDeviceNotAccepted,
  PepDeviceAccepted,
  PepDeviceAceptedMax
} PEP_DEVICE_ACCEPTANCE_TYPE, *PPEP_DEVICE_ACCEPTANCE_TYPE;

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.

Requirements

Requirement Value
Minimum supported client Supported starting with Windows 10.
Header pepfx.h (include Pep_x.h)

See also