Collapse All
Parallels C API Reference Guide
FROM_PARALLELS_API_VER Macro
PrlApi.h Other Macros Send Feedback
Syntax
#define FROM_PARALLELS_API_VER(version, majorV, minorV) \
     majorV = ((PRL_UINT32)version) >> 16; \
     minorV = ((PRL_UINT32)version) & 0x0000FFFF
File
Links
Copyright (c) 1999-2008 Parallels Software International Inc.
What do you think about this topic? Send feedback!