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.
发布时间: 2013-01-04 10:04:17 作者: 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.