// 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 referenceNo description available.
Enumeration that defines actions to take on a detection.
EVENTACTIONTYPE_Accept0 - Event detection should be processed by the OS
EVENTACTIONTYPE_Reject1 - Event detection should be rejected by OS - data collection should occur
EVENTACTIONTYPE_Error3 - Error occurred, failing HR expected in EVENTACTION return
This enumeration is the part of the Event Detector OEM interface to be used for hardware keyword spotters. For more information, see Voice Activation.