Collapse All
Parallels Virtualization SDK
PrlApi_SetMainServerVersion Function
System Functions

Set a major version of a server part which uses SDK API.

Syntax
PRL_RESULT PrlApi_SetMainServerVersion(
    PRL_UINT32 nMajorVersion, 
    PRL_UINT32 nFlags
);
File

PrlApiDeprCore.h

Parameters

nMajorVersion
[in] Major version of a server part.
nFlags
[unused] reserved parameter for further purposes
Returns

PRL_RESULT . Possible values: PRL_ERR_API_WASNT_INITIALIZED - when SDK is not initialized PRL_ERR_SUCCESS - function completed successfully.

Remarks

It uses to make properly links in error messages.

Notes

It works wrong when SDK connects to servers with different versions

Links
Copyright © 1999-2017 Parallels International GmbH. All rights reserved.