EVENTACTIONTYPE - NtDoc

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

typedef enum __MIDL___MIDL_itf_eventdetectoroemadapter_0000_0000_0005 {
  EVENTACTIONTYPE_Accept,
  EVENTACTIONTYPE_Reject,
  EVENTACTIONTYPE_Error
} EVENTACTIONTYPE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-eventdetectoroemadapter-eventactiontype)

EVENTACTIONTYPE enumeration

Description

Enumeration that defines actions to take on a detection.

Constants

EVENTACTIONTYPE_Accept

0 - Event detection should be processed by the OS

EVENTACTIONTYPE_Reject

1 - Event detection should be rejected by OS - data collection should occur

EVENTACTIONTYPE_Error

3 - Error occurred, failing HR expected in EVENTACTION return

Remarks

This enumeration is the part of the Event Detector OEM interface to be used for hardware keyword spotters. For more information, see Voice Activation.

See also