LVectorFile::FeedLoad
#include "ltwrappr.h"
virtual L_INT LVectorFile::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. | 
Returns
| 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.
Required DLLs and Libraries
| LVKRN For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application. | 
See Also
| Functions: | |
| Topics: | |
| 
 | 
Example
For an example, refer to LVectorFile::StartFeedLoad.