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