Collapse All
Virtuozzo Virtualization SDK C API Reference
ContentsIndex
PreviousUpNext
TO_PARALLELS_API_VER Macro
Other Macros

Converts major and minor versions of the API to the format understood by SDK library.

Syntax
#define TO_PARALLELS_API_VER(majorV, minorV) \
     ((PRL_UINT32)(((PRL_UINT32)majorV) << 16 | ((PRL_UINT16)minorV)))
File

PrlApiVersion.h

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