DETECTIONEVENT - 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_0003 {
  DETECTIONEVENTID EventId;
  EVENTFEATURES    EventFeat;
  EVENTPROVIDERID  ProviderId;
  WCHAR            DisplayName[100];
  BOOL             UserModelValid;
} DETECTIONEVENT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

DETECTIONEVENT structure

Description

Structure to specify uniquely supported detection events available.

Members

EventId

A unique identifier for the keyword or audio event. This value is provided by Microsoft.

EventFeat

The event features.

ProviderId

The provider Id. This value is provided by Microsoft.

DisplayName

The display name.

UserModelValid

A boolean value indicating if the User Mode Model training is valid. FALSE if user model retraining is required for this event.

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