LBaseFile::RedirectCloseCallBack

#include "ltwrappr.h"

virtual L_INT LBaseFile::RedirectCloseCallBack(FD)

L_INT FD;

the file to be closed

Replaces the normal LEADTOOLS function for closing a file.

Parameter

Description

FD

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

Returns

0

The file was closed.

-1

The function failed.

Comments

Override this function to replace the normal LEADTOOLS function for closing 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) or FlashPix (FPX) 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.

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

LEADTOOLS Raster Imaging C++ Class Library Help