| aPPRK Data Types | Index |
Here are the types specific to the aPPRK library.
aPPRKLib Type
This is an opaque type that represents the aPPRK Library. The actual underlying implementation of this depends on the platform and may change at any time. To obtain a reference to the library for use in calling all library routines, use the aPPRK_GetLibRef routine and when you are done with it, be sure to call aPPRK_ReleaseLibRef routine to free up any resources used by the library.
Related: