Products | Support | Send comments on this topic. | Email a link to this topic. | Back to Getting Started | Help Version 18.0.10.24
LEADTOOLS Raster imaging C++ Class library help

LBaseFile::RedirectWriteCallBack

Show in webframe

#include "ltwrappr.h"

virtual L_UINT LBaseFile::RedirectWriteCallBack(FD, pBuf, nCount)

L_INT FD;

/* the file to be written */

L_CHAR * pBuf;

/* address of a buffer that contains the data to be written */

L_INT nCount;

/* number of bytes to be written */

Replaces the normal LEADTOOLS function for writing a file.

Parameter

Description

FD

The file to be written. The file handle is returned by the RedirectOpenCallBack function.

pBuf

Address of a buffer that contains data to be written to the file.

nCount

The number of bytes to be written to the file.

Returns

>0

The number of bytes that the function wrote to the file.

-1

The function failed.

Comments

Override this function to replace the normal LEADTOOLS function for writing a file.

The Redirect input / output functions cannot be used in combination with LFile::FeedLoad, LFile::StartFeedLoad, LFile::StopFeedLoad, LMemoryFile::Load, LMemoryFile::LoadMemory, LMemoryFile::LoadMemoryTile and LMemoryFile::Save.

Note:

The Redirect input / output functions do not support Kodak PhotoCD (PCD), FlashPix (FPX), or Microsoft FAX (AWD) files.

Required DLLs and Libraries

LTKRN

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:

Class Members

Topics:

Raster Image Functions: Input and Output

 

Annotation Functions: Input and Output

Example

For an example, refer to LFile::StartFeedLoad.

Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.