出现以下错误:
error C2664: 'LoadAnimatedCursor' : cannot convert parameter 2 from 'unsigned short *' to 'unsigned long'
This conversion requires a reinterpret_cast, a C-style cast or function-style cast
奇怪的是,MSDN 对 LoadAnimatedCursor 的第二个参数是这么解释的,难道我理解错误?
ResourceId
[in] DWORD that specifies the resource identifier of the first bitmap that you want to use for the animated wait cursor. You must create the resource identifier by calling the MAKEINTRESOURCE macro.