LBitmap::FreeZoneData

Summary

Frees all the memory associated with the detected zones referenced by phZones.

Syntax

#include "ltwrappr.h"

L_INT LBitmap::FreeZoneData(phZones, nCount)

Parameters

HGLOBAL phZones

Handle to the detected zones. This handle is updated by LBitmap::AutoZone.

L_INT nCount

The number of detected zones.

Returns

Value Meaning
SUCCESS The function was successful.
< 1 An error occurred. Refer to Return Codes.

Comments

This function must be called after calling LBitmap::AutoZone to free the used memory.

Required DLLs and Libraries

Platforms

Win32, x64.

See Also

Functions

Topics

Example

For an example, refer to LBitmap::AutoZone.

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Raster Imaging C++ Class Library Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.