DefectProfileNum

Gets the number of defect profiles

int DefectProfileNum(
        const IMAGE     *image,
        const BYTE      *model
)

Parameters
*image
Image data structure address
*model
Model data storage space address

Return Value
Number of profiles
ERROR(-1): Unsuccessful completion

Description
Gets the number of defect profiles with the specified parameters.

Notes