L_AllocBuffer

#include "L_bitmap.h"

L_LTKRN_API L_INT L_AllocBuffer(L_SIZE_T uSize, L_VOID** ppBuffer)

This function allocates memory that should be freed by LEADTOOLS using L_FreeBuffer.

Parameters

L_SIZE_T uSize

The size of the buffer to allocate, in bytes.

L_VOID** ppBuffer

Address of the variable to be updated with the pointer to the buffer. This parameter cannot be NULL.

Returns

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

Required DLLs and Libraries

Platforms

Win32, x64, Linux.

See Also

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

LEADTOOLS Raster Imaging C API Help

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