L_AllocBuffer

Summary

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

Currently, only FILEDECRYPTCALLBACK needs to use this function.

Syntax

#include "L_bitmap.h"

L_LTKRN_API L_INT L_AllocBuffer(uSize, ppBuffer)

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

Functions

Topics

Example

For an example, refer to FILEDECRYPTCALLBACK.

-->

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.