L_FindCandidateFormFieldsFree (original) (raw)
Summary
Releases all resources used by pOutputs, which is previously updated with the extracted fields by calling L_FindCandidateFormFields.
Syntax
#include "l_bitmap.h"
L_LTIMGCOR_API L_VOID L_FindCandidateFormsFieldsFree(pOutputs)
Parameters
FIND_CANDIDATE_FORM_FIELDS_OUTPUTS *pOutputs
Pointer to the FIND_CANDIDATE_FORM_FIELDS_OUTPUTS to be freed.
Returns
None.
Comments
pOutputs
will be set to null if freeing is succeeded.
Required DLLs and Libraries
- LTIMGCOR
- For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application
Platforms
Win32, x64, Linux.
See Also
Functions
Example
For an example, refer to L_FindCandidateFormFields.
LEADTOOLS Raster Imaging C API Help