Vanilla.PDF
2.0.0
Cross-platform toolkit for creating and modifying PDF documents
|
Informations about library version and author. More...
error_type CALLING_CONVENTION | LibraryInfo_GetVersionMajor (integer_type *result) |
Get library major version. | |
error_type CALLING_CONVENTION | LibraryInfo_GetVersionMinor (integer_type *result) |
Get library minor version. | |
error_type CALLING_CONVENTION | LibraryInfo_GetVersionPatch (integer_type *result) |
Get library patch version. | |
error_type CALLING_CONVENTION | LibraryInfo_GetVersionBuild (integer_type *result) |
Get library build version. | |
error_type CALLING_CONVENTION | LibraryInfo_GetAuthor (string_type *result) |
Get library author name. | |
error_type CALLING_CONVENTION | LibraryInfo_GetBuildDay (integer_type *result) |
Get day of month, when the library was built. | |
error_type CALLING_CONVENTION | LibraryInfo_GetBuildMonth (integer_type *result) |
Get month of the year, when the library was built. | |
error_type CALLING_CONVENTION | LibraryInfo_GetBuildYear (integer_type *result) |
Get year, when the library was built. | |
Informations about library version and author.
error_type CALLING_CONVENTION LibraryInfo_GetVersionMajor | ( | integer_type * | result | ) |
Get library major version.
A change in the library major version indicates backward incompatibility.
|
related |
Get library minor version.
A change in the library minor version indicates backward compatibility, while some new features were added.
|
related |
Get library patch version.
A change in the library minor version indicates no interface changes, only bugfixes.
|
related |
Get library build version.
A change in the library build version should not affect any kind of functionality.