编译成普通的Win32 Release 和 Win32 Debug 时,没出现错误
    但是编译成 Win32 Unicode Release 和 Win32 Unicode Debug 时,报错
普通的LPCTSTR 参数,用字符串如“abcdedf”做参数时,出现如下错误:error C2664: 'GetUserData' : cannot convert parameter 1 from 'char [19]' to 'const unsigned short *'
        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast那位高手知道这是怎么回事?