7 references to SPRULESTATE
System.Speech (7)
Internal\SapiInterop\SapiGrammar.cs (2)
53internal SAPIErrorCodes SetDictationState(SPRULESTATE state) 58internal SAPIErrorCodes SetRuleState(string? name, SPRULESTATE state)
Internal\SapiInterop\SapiRecoInterop.cs (2)
726int SetRuleState([MarshalAs(UnmanagedType.LPWStr)] string? pszName, IntPtr pReserved, SPRULESTATE NewState); 731int SetDictationState(SPRULESTATE NewState);
Recognition\RecognizerBase.cs (3)
1958SPRULESTATE ruleState = _pauseRecognizerOnRecognition ? SPRULESTATE.SPRS_ACTIVE_WITH_AUTO_PAUSE : SPRULESTATE.SPRS_ACTIVE;