#include "ltwrappr.h"
virtual L_INT LFile::FeedLoad(pLBuffer)
LBuffer * pLBuffer; |
pointer to a LEAD buffer object |
Supplies image data to the file-load process from a buffer that you provide.
Parameter |
Description |
pLBuffer |
Pointer to an LBuffer object that contains the image data to load. |
SUCCESS |
The function was successful. |
< 1 |
An error occurred. Refer to Return Codes. |
This function supports the LFile::FeedLoadCallBack virtual function.
Use this function with the LFile::StartFeedLoad and LFile::StopFeedLoad functions. For a description of how the functions relate to each other, refer to LFile::StartFeedLoad.
This function cannot be used in combination with the Redirect input / output functions.
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. |
Win32, x64.
Raster Image Functions: Loading Files
Raster Image Functions: Redirecting Input and Output
Raster Image Functions: Input and Output
For an example, refer to LFile::StartFeedLoad.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET