函数约定 __cdecl, __thiscall, __fastcall, __naked, __stdcall(标准call)

__stdcall:

    函数参数入栈 :从右到左入;

    编译后的函数名字约定: ?函数名@@返回值类型,参数类型...

posted @ 2017-02-08 16:46  shinymood  阅读(142)  评论(0)    收藏  举报