LVectorFile::FeedLoad

#include "ltwrappr.h"

virtual L_INT LVectorFile::FeedLoad(pLBuffer)

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

Parameters

LBuffer * pLBuffer

Pointer to an LBuffer object that contains the image data to load.

Returns

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

Comments

Use this function with the LVectorFile::StartFeedLoad and LVectorFile::StopFeedLoad functions. For a description of how the functions relate to each other, refer to LVectorFile::StartFeedLoad.

This function cannot be used in combination with the Redirect input / output functions.

You should never pass an uninitialized FILEINFO structure to this function.

Required DLLs and Libraries

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

LEADTOOLS Vector C++ Class Library Help