2 references to SPERR_FIRST
System.Speech (2)
Internal\SapiInterop\SapiInterop.cs (2)
64if (code >= SAPIErrorCodes.SPERR_FIRST && code <= SAPIErrorCodes.SPERR_LAST) 66return (SRID)((int)SRID.SapiErrorUninitialized + (code - SAPIErrorCodes.SPERR_FIRST));