pmCallConvThiscall constant

int const pmCallConvThiscall

Use the ThisCall calling convention. In this case, the first parameter is the this pointer and is stored in register ECX. Other parameters are pushed on the stack. The ThisCall calling convention is used to call methods on classes exported from an unmanaged DLL.

Implementation

static const pmCallConvThiscall = 0x0400;