LVectorMemoryFile::SaveMemory

#include "ltwrappr.h"

virtual L_INT LVectorMemoryFile::SaveMemory(pLMemoryBuffer, nFormat, pSaveFileOption=NULL)

Saves the class object's associated vector to a file in memory. The output can be in any of the supported compressed or uncompressed file formats.

Parameters

LBuffer * pLMemoryBuffer

Pointer to an LBuffer object into which the bitmap in memory will be saved. After successful completion of this function, the object pointed to by pLMemoryBuffer will contain the output file.

L_INT nFormat

Output file format. For valid values, refer to Summary of All Supported Image File Formats.

pSAVEFILEOPTION pSaveFileOption

Pointer to a SAVEFILEOPTION structure that contains information for saving the vector.

Returns

None

Comments

To use this function, do the following:

  1. Declare an LBuffer object. You can then pass its address in this function, which will allocate the memory, save the bitmap, and unlock the memory.

  2. Declare a long integer (L_UINT32) variable for the file-size. You can then pass its address in this function, which will update its value with the size of the file.

  3. Call this function to save the bitmap in the specified LBuffer object.

Note: More options are available in the SAVEFILEOPTION  structure.

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

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