// eventdetectoroemadapter.h
typedef struct __MIDL___MIDL_itf_eventdetectoroemadapter_0000_0000_0004 {
DETECTIONEVENT Event;
LANGID LangId;
ULONG UserId;
BOOL Armed;
} DETECTIONEVENTSELECTOR;
View the official Windows Driver Kit DDI referenceNo description available.
A structure to reference a specific detection event.
EventA DETECTIONEVENT event.
LangIdThe language ID.
UserIdSpecifies the User. 0 if no user indicated.
ArmedA BOOL that specifies if the keyword is currently armed.
This structure is the part of the Event Detector OEM interface to be used for hardware keyword spotters. For more information, see Voice Activation.