7 references to SPSERIALIZEDPHRASERULE
System.Speech (7)
Internal\SapiInterop\SapiRecoInterop.cs (2)
395internal SPSERIALIZEDPHRASERULE Rule = null!; 601internal SPSERIALIZEDPHRASERULE Rule = null!;
Result\RecognizedPhrase.cs (5)
739private static RuleNode ExtractRules(Grammar? grammar, SPSERIALIZEDPHRASERULE rule, IntPtr phraseBuffer) 759SPSERIALIZEDPHRASERULE ruleNext = Marshal.PtrToStructure<SPSERIALIZEDPHRASERULE>(elementBuffer)!; 767SPSERIALIZEDPHRASERULE ruleFirst = Marshal.PtrToStructure<SPSERIALIZEDPHRASERULE>(elementBuffer)!;