float __stdcall (*pFunc)(float a, float b) = (float (__stdcall *)(float,float))0x411280;
How to declare a function pointer with calling convention? The above gives me an error. @James It may be a calling convention may not be followed by a nested declarator.
以上就是Function pointer and calling convention的详细内容,更多请关注web前端其它相关文章!