pmCallConvCdecl constant

int const pmCallConvCdecl

Use the Cdecl calling convention. In this case, the caller cleans the stack. This enables calling functions with varargs (that is, functions that accept a variable number of parameters).

Implementation

static const pmCallConvCdecl = 0x0200;