Specifications

Intel
®
ImageProcessingLibraryReferenceManual
14-2
14
TheIPLLibVersionstructureisdefinedasfollows:
typedefstruct_IPLLibVersion{
int major; /*e.g.2 */
int minor; /*e.g.0 */
int build; /*e.g.1 */
constchar*Name; /*"ipl6l.lib","iplm5.dll"*/
constchar*Version; /*e.g."v2.00" */
constchar*InternalVersion; /*e.g.
"[2.00.01.023,01/01/99]" */
constchar*BuildDate;/*e.g."Jan199"*/
constchar*CallConv;
}IPLLibVersion;