Ejemplo n.º 1
0
 internal static extern int GetLatticePtr([In] ContextSafeHandle hRecContext, [In] ref IntPtr pRecoLattice);
Ejemplo n.º 2
0
 internal static extern int GetAlternateList([In] ContextSafeHandle hRecContext, [In, Out] ref RECO_RANGE recoRange, [In, Out] ref uint cAlts, [In, Out] IntPtr[] recAtls, [In] ALT_BREAKS breaks);
Ejemplo n.º 3
0
 internal static extern int ResetContext([In] ContextSafeHandle hRecContext);
Ejemplo n.º 4
0
 internal static extern int Process([In] ContextSafeHandle hRecContext, [Out] out bool partialProcessing);
Ejemplo n.º 5
0
 internal static extern int EndInkInput([In] ContextSafeHandle hRecContext);
Ejemplo n.º 6
0
 internal static extern int SetEnabledUnicodeRanges([In] ContextSafeHandle hRecContext, [In] uint cRangs, [In] CHARACTER_RANGE[] charRanges);
Ejemplo n.º 7
0
 internal static extern int AddStroke([In] ContextSafeHandle hRecContext, [In] ref PACKET_DESCRIPTION packetDesc, [In] uint cbPackets, [In] IntPtr pByte, [In, MarshalAs(UnmanagedType.LPStruct)] NativeMethods.XFORM xForm);
Ejemplo n.º 8
0
 internal static extern int CreateContext([In] RecognizerSafeHandle hRec, [Out] out ContextSafeHandle hRecContext);