DETECTIONEVENTSELECTOR structure (eventdetectoroemadapter.h)

A structure to reference a specific detection event.

Syntax

typedef struct __MIDL___MIDL_itf_eventdetectoroemadapter_0000_0000_0004 {
  DETECTIONEVENT Event;
  LANGID         LangId;
  ULONG          UserId;
  BOOL           Armed;
} DETECTIONEVENTSELECTOR;

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.

Requirements

Requirement Value
Header eventdetectoroemadapter.h

See also