Get version number of native core DLL.
Public Function apiVersion() As Long
Major*100*100 + Minor*100 + Revision
60102