Collapse All
Parallels Virtualization SDK
ContentsIndex
PreviousUpNext
PrlApi_GetVersion Function
System Functions

Returns the Parallels API version number.

Syntax
PRL_RESULT PrlApi_GetVersion(
    PRL_UINT32_PTR current_version
);
File

PrlApiCore.h

Parameters

current_version
[out] Current version of the API.

Returns

PRL_RESULT. Possible values: 

PRL_ERR_INVALID_ARG - invalid handle or null pointer was passed. 

PRL_ERR_SUCCESS - function completed successfully. 

Remarks

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.

Links
© 2021 Parallels International GmbH. All rights reserved.