Barcode Xpress for Linux v14.0 - Updated
API Reference / Barcode Component API Reference / Barcode Component Functions Reference / BX_free_analyze_result
In This Topic
    BX_free_analyze_result
    In This Topic

    Releases the memory that has been allocated by a previous call to one of the analyze functions.

    Declaration:

    BX_Status BX_free_analyze_result(BX_AnalyzeResult* result);
    
    

    Member:

    Name Description
    result A pointer to the BX_AnalyzeResult structure whose members were allocated during an analyze function is released.