4 references to S_OK
System.Speech (4)
Internal\SapiInterop\SapiRecognizer.cs (2)
218else if (errorCode < SAPIErrorCodes.S_OK) 246else if (errorCode < SAPIErrorCodes.S_OK)
Recognition\RecognizerBase.cs (2)
1909if (hr != SAPIErrorCodes.S_OK) 1927if (hr != SAPIErrorCodes.S_OK)