读书人

windows核心编程 unicode,该如何处理

发布时间: 2012-04-26 14:01:31 作者: rapoo

windows核心编程 unicode
PTSTR CharPrev (PCTSTR pszStart, PCTSTR pszCurrentChar);返回字符串中的上一个字符的地址。
谁知道上述函数中每个参数是什么意思?

[解决办法]
lpszStart
[in] Pointer to the beginning of the string.
lpszCurrent
[in] Pointer to a character in a null-terminated string.

读书人网 >windows

热点推荐