Beispiel #1
0
 public virtual extern void DetectCodepageInIStream([In] SMlDetectCp flags,
                                                    [In] uint dwPrefWinCodePage,
                                                    [In, MarshalAs(UnmanagedType.Interface)] IStream pstmIn,
                                                    [In, Out] ref SDetectEncodingInfo lpEncoding,
                                                    [In, Out] ref int pnScores);
Beispiel #2
0
 public virtual extern void DetectInputCodepage([In] SMlDetectCp flags, [In] uint dwPrefWinCodePage,
                                                [In] ref byte pSrcStr, [In, Out] ref int pcSrcSize,
                                                [In, Out] ref SDetectEncodingInfo lpEncoding,
                                                [In, Out] ref int pnScores);
Beispiel #3
0
 public virtual extern void IMultiLanguage3_DetectInputCodepage([In] uint dwFlag, [In] uint dwPrefWinCodePage, [In] ref sbyte pSrcStr, [In, Out] ref int pcSrcSize, [In, Out] ref SDetectEncodingInfo lpEncoding, [In, Out] ref int pnScores);