Collapse All
Parallels C API Reference Guide
ContentsIndex
PreviousUpNext
PrlApi_GetVersion Function
PrlApi.h  System Functions  Send Feedback

Returns the Parallels API version number.

Syntax
PRL_RESULT PrlApi_GetVersion(
    PRL_UINT32_PTR current_version
);
File
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
Copyright (c) 1999-2009 Parallels Software International Inc.
What do you think about this topic? Send feedback!