Collapse All
Parallels C API Reference Guide
PRL_METHOD_DECL Macro
PrlTypes.h Other Macros Send Feedback

Default method declaration for the header files

Syntax
#define PRL_METHOD_DECL( version, name, args ) \
    PRL_METHOD( name ) args;    \
    typedef PRL_METHOD_PTR( name##_Ptr ) args;
File
Links
Copyright (c) 1999-2008 Parallels Software International Inc.
What do you think about this topic? Send feedback!