asCALL_CDECL asCALL_STDCALL asCALL_THISCALL asCALL_CDECL_OBJLAST asCALL_CDECL_OBJFIRST
The function is a global function declared with the __cdecl calling conventions.
The function is a global function declared with the __stdcall calling conventions.
The function is an object method.
The function is a normal CDecl function that takes a pointer or reference to an object as the last parameter. Using this calling convention applications can register global functions as object methods.
The function is a normal CDecl function that takes a pointer or reference to an object as the first parameter. Using this calling convention applications can register global functions as object methods.