Zen API
|
kStatus kDynamicLib_Construct | ( | kDynamicLib * | library, |
const kChar * | path, | ||
kAlloc | allocator | ||
) |
Constructs a kDynamicLib object.
library | Destination for the constructed object handle. |
path | Path to the dynamic library. |
allocator | Memory allocator (or kNULL for default). |