Specifications
LibraryVersion
14-1
14
ThischapterdescribesthefunctioniplGetLibVersion()thatreturnsthe
versionnumberandotherinformationabouttheImageProcessingLibrary.
GetLibVersion
Returnsinformationaboutthe
libraryversion.
constIPLLibVersion*iplGetLibVersion(void);
Discussion
ThefunctioniplGetLibVersion()retrievesthefollowinginformation
abouttheImageProcessingLibrary:
• majorversionnumber
• minorversionnumber
• buildnumber
• DLLorstaticlibraryfilename
• versionnumberstring
• internalversionstring
• builddatestring
• callingconventionstring
ReturnValue
Thefunctionreturnsthelibraryinformationinthestructure
IPLLibVersion.