ImageGear for C and C++ on Windows v19.9 - Updated
FNIG_REC_REDACTOR_REDACTED_CB
API Reference Guide > Recognition Component API Reference > Recognition Component Functions Reference > Redactor Functions > FNIG_REC_REDACTOR_REDACTED_CB

Redactor redacted callback function signature.

Declaration:

 
Copy Code
AT_VOID ACCUAPI FNIG_REC_REDACTOR_REDACTED_CB(
     LPAT_REC_REDACTOR_REDACTED_CB_PARAMS params, 
         LPVOID userdata
);

Arguments:

params LPAT_REC_REDACTOR_REDACTED_CB_PARAMS Details about redacted match results.
userdata LPVOID User data passed to the callback function. The data to be passed can be set with IG_REC_redactor_redacted_cb_set.

Return Value:

None

Supported Raster Image Formats:

All pixel formats supported by ImageGear for C and C++.

See Also

IG_REC_redactor_redact