3 references to SPLO_STATIC
System.Speech (3)
Recognition\RecognizerBase.cs (3)
1448
sapiGrammar.LoadDictation(topicName, SPLOADOPTIONS.
SPLO_STATIC
);
1596
sapiGrammar.LoadCmdFromMemory2(dataPtr, SPLOADOPTIONS.
SPLO_STATIC
, null, baseUri?.ToString());
1600
sapiGrammar.LoadCmdFromMemory(dataPtr, SPLOADOPTIONS.
SPLO_STATIC
);