Zen API
|
#define kAssemblyOf | ( | SYMBOL | ) |
Returns the kAssembly object associated with the specified assembly symbol.
This macro is used to access assembly information by compile-time symbol name. E.g.
Use of this macro requires that the header file defining the specified assembly symbol has been included. For example, kAssemblyOf(kApiLib) requires inclusion of <kApi/kApiLib.h>
SYMBOL | Assembly symbol, such as kApiLib. |