Returns the Parallels API version number.
PRL_RESULT PrlApi_GetVersion( PRL_UINT32_PTR current_version );
PrlApiCore.h
PRL_RESULT. Possible values:
PRL_ERR_INVALID_ARG - invalid handle or null pointer was passed.
PRL_ERR_SUCCESS - function completed successfully.
Version number is incremented each time a public interfaces is changed. Our goal is to achieve full backward compatibility where the changes add new functionality without breaking the existing one.