1 instantiation of SPPHRASEELEMENT
System.Speech (1)
Internal\SapiInterop\SapiRecoInterop.cs (1)
462
elements[i] = new
SPPHRASEELEMENT
4 references to SPPHRASEELEMENT
System.Speech (4)
Internal\SapiInterop\SapiRecoInterop.cs (4)
450
SPPHRASEELEMENT
[] elements = new
SPPHRASEELEMENT
[words.Length];
453
int size = Marshal.SizeOf<
SPPHRASEELEMENT
>();
499
Marshal.StructureToPtr<
SPPHRASEELEMENT
>(elements[i], new IntPtr((long)coMem + size * i), false);