LBaseFile::GetRedirectIOFlags

#include "ltwrappr.h"

L_UINT LBaseFile::GetRedirectIOFlags()

Determines which I/O callback functions for redirected I/O are enabled.

Returns

The current RedirectIO flags. Possible values are:

Value Meaning
IO_OPEN Redirect Open
IO_CLOSE Redirect Close
IO_READ Redirect Read
IO_WRITE Redirect Write
IO_SEEK Redirect Seek
IO_REDIRECT_ALL Redirect all i/o callbacks

Comments

You can control which I/O callbacks are redirected using LBaseFile::SetRedirectIOFlags.

Required DLLs and Libraries

See Also

Functions

Topics

Example

For an example, refer to LFile::StartFeedLoad.

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

LEADTOOLS Raster Imaging C++ Class Library Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.