pmCallConvWinapi constant

int const pmCallConvWinapi

Use the default platform calling convention. For example, on Windows the default is StdCall and on Windows CE .NET it is Cdecl.

Implementation

static const pmCallConvWinapi = 0x0100;