|
Zen API
|
| kStatus kDynamicLib_ConstructEx | ( | kDynamicLib * | library, |
| const kChar * | path, | ||
| kDynamicLibOption | options, | ||
| kAlloc | allocator | ||
| ) |
Constructs a kDynamicLib object with support for behavioral options.
| library | Destination for the constructed object handle. |
| path | Path to the dynamic library. |
| options | Bitset of library options. |
| allocator | Memory allocator (or kNULL for default). |