windows核心编程 unicodePTSTR 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.