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