__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.
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.
Life is a journey, not a destination.
浙公网安备 33010602011771号