L_FeedLoad

#include "l_bitmap.h"

L_LTFIL_API L_INT L_FeedLoad(hLoad, pBuffer, dwBufferSize)

L_HGLOBAL hLoad;

handle that identifies the loading process

L_UCHAR* pBuffer;

address of your buffer

L_SIZE_T dwBufferSize;

size of your buffer

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

Parameter

Description

hLoad

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

pBuffer

The address of your buffer.

dwBufferSize

The size of your buffer.

Returns

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

LTFIL

For a listing of the exact DLLs and LIBRARIES needed, based on the toolkit version, refer to Files To Be Included With Your Application.

Platforms

Win32, x64, Linux.

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
LEADTOOLS Raster Imaging C API Help