This function returns the number of images that would be obtained by the XML Export, and for which you can obtain image information by using fpGetOutputImageInfo()
.
BOOL pascal fpGetOutputImageCount ( const void* const pImageInfos, int* const pnImages)
pImageInfos
|
A pointer returned from fpGetOutputImageInfos() . |
pnImages
|
A pointer to an integer to use to store the number of images found. |
If the call is successful, the return value is TRUE
.
If the call is unsuccessful, the return value is FALSE
.
If the function call is unsuccessful, it does not modify the value of the integer that pnImages
points to.