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

Converts API version from the library native format to major and minor values.

Syntax
#define FROM_PARALLELS_API_VER(version, majorV, minorV) \
     majorV = ((PRL_UINT32)version) >> 16; \
     minorV = ((PRL_UINT32)version) & 0x0000FFFF
File
Links
Copyright (c) 1999-2009 Parallels Software International Inc.
What do you think about this topic? Send feedback!