// keyworddetectoroemadapter.h
typedef struct __MIDL_IKeywordDetectorOemAdapter_0003 {
KEYWORDID KeywordId;
LANGID LangId;
} KEYWORDSELECTOR;
View the official Windows Driver Kit DDI referenceNo description available.
The KEYWORDSELECTOR struct is a triplet of IDs that uniquely select a particular keyword, language, and user combination.
KeywordIdIdentifies a keyword function.
LangIdIdentifies a language.