DETECTIONEVENTSELECTOR - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-eventdetectoroemadapter-detectioneventselector)

DETECTIONEVENTSELECTOR structure

Description

A structure to reference a specific detection event.

Members

Event

A DETECTIONEVENT event.

LangId

The language ID.

UserId

Specifies the User. 0 if no user indicated.

Armed

A BOOL that specifies if the keyword is currently armed.

Remarks

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

See also