This header file has includes in it for all the other header files in the system By including this you have access to all functions.
This header file can be used for either the Bindings or full Native codebase. When compiling the define of NATIVE or BINDINGS needs to be specified, if nither is specified an error is given.
The calling convention for all the MQe API functions is __cdecl
If you build with define BINDINGS, then for all APIs that are different in some way in the NATIVE implementation migration warnings will be given.