Collapse All
Parallels C API Reference Guide
ContentsIndex
PreviousUpNext
TO_PARALLELS_API_VER Macro
PrlApi.h  Other Macros  Send Feedback

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
Links
Copyright (c) 1999-2009 Parallels Software International Inc.
What do you think about this topic? Send feedback!