日期:2014-05-16  浏览次数:20765 次

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.