__stdcall and __cdecl

stdcall:
win32 api,  caller clean the stack, so the number of arguments can be convertible.

cdecl,
c\c++ default, the callee clean the stack, the number of arguments can not be convertible.

posted on 2008-04-23 11:46  dqshll  阅读(122)  评论(0)    收藏  举报

导航