pmCallConvStdcall constant

int const pmCallConvStdcall

Use the StdCall calling convention. In this case, the callee cleans the stack. This is the default convention for calling unmanaged functions with platform invoke.

Implementation

static const pmCallConvStdcall = 0x0300;