L_ReleaseBitmap

Summary

Releases memory back to Windows, reversing the action of the L_AccessBitmap function. This has the same effect as the Windows C API GlobalUnlock function.

Syntax

#include "l_bitmap.h"

L_LTKRN_API L_VOID L_ReleaseBitmap(pBitmap)

Parameters

pBITMAPHANDLE pBitmap

Pointer to the bitmap handle referencing the bitmap to be released.

Returns

None.

Comments

Use this along with the L_AccessBitmap function to control the access to bitmap data in memory. Any attempt to access the image data after calling L_ReleaseBitmap will result in an application error.

You should call this function whenever the image is not used, so that Windows can manage its memory properly.

Required DLLs and Libraries

Platforms

Win32, x64, Linux.

See Also

Functions

Topics

Example

For an example, refer to L_GetBitmapRow.
For complete sample code, refer to the RESIZE
example.

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

LEADTOOLS Raster Imaging C API Help

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