L_FeedLoad

Summary

Supplies image data to the file-load process from a buffer that you provide.

Syntax

#include "l_bitmap.h"

L_LTFIL_API L_INT L_FeedLoad(hLoad, pBuffer, dwBufferSize)

Parameters

L_HGLOBAL hLoad

Handle that identifies the loading process. It is the same handle that you specify in the L_StartFeedLoad function.

L_UCHAR* pBuffer

The address of your buffer.

L_SIZE_T dwBufferSize

The size of your buffer.

Returns

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

Comments

Use this function with the L_StartFeedLoad and L_StopFeedLoad functions. For a description of how the functions relate to each other, refer to L_StartFeedLoad.

This function cannot be used in combination with L_RedirectIO.

Required DLLs and Libraries

Platforms

Win32, x64, Linux.

See Also

Functions

Topics

Example

For an example, refer to L_StartFeedLoad.
For complete sample code, refer to the FEEDLOAD 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.