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