Definition:
#include <aPPRK.h>
object code: aPPRK shared library
Parameters:
| PPRKRef | - | The opaque aPPRK library reference. |
| pNVersion | - | The pointer to a long where the version is stored. |
| pErr | - | A pointer to an aErr variable that receives the error code on exit from this routine. |
Return Value:
This library routine returns an aLIBRETURN type that is non-zero if there are errors, and zero if the routine completes with no errors.
Description:
This routine returns the version information for the shared library. The format of the version is as follows:
Build Number, bits 0-15
The build number changes when fixes or improvements are made to the release without changing the API or interfaces. All code should continue to work with new builds.
Minor Version, bits 16-23
The minor version number changes when new features are added that do not break backwards compatibility.
Major Version, bits 24-31
The major version number changes when the code interfaces and APIs change in a way that will require code to be rebuilt.
Related:
version: 1.0, build n.a.
© Copyright 1994-2012 Acroname, Inc., Boulder, Colorado. All rights reserved.