getCommitString

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

const unsigned short * getCommitString(unsigned short * out);

获取输出内容,得到的内容应该要输出到文本框中。

参数:

  1. out - 用于输出的数组。

返回:

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