getCandString

2021-06-18 17:07:04    文子    1724

const unsigned short * getCandString (int index, unsigned short * out );

获取第index个候选字符串

参数:

  1. index - 候选位置。
  2. out - 用于输出的数组。

返回:

成功返回 out,失败返回 NULL。