LBaseFile::EnableRedirectIO
#include "ltwrappr.h"
L_BOOL LBaseFile::EnableRedirectIO(bEnable)
L_BOOL bEnable; |
/* flag that indicates whether to enable the redirect I/O callback functions */ |
Enables or disables the redirected I/O callback functions.
Parameter |
Description |
bEnable |
Flag that indicates whether to enable the redirect I/O callback functions. |
Returns
The previous state.
Comments
The Redirect input / output functions cannot be used in combination with LFile::FeedLoad, LFile::StartFeedLoad, LFile::StopFeedLoad, LMemoryFile::Load, LMemoryFile::LoadMemory, 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: |
|
Topics: |
|
|
Example
For an example, refer to LFile::StartFeedLoad.