Version number
The file version of the dll can be determined with the library method get_version(). This is the same version that is obtainable by right-clicking File => Properties => Details (see the figure below).

Parameter
| Name | Type | Meaning | 
| buffer | char* | Buffer for version string | 
| size | unsigned long | Size of buffer | 
Return values
| Value | Meaning | 
| TRUE | Version string successfully copied to the buffer. | 
| FALSE | Version string could not be written to the buffer. |