L_VOID LBaseFile::SetRedirectIOFlags(uEnableFlags=IO_REDIRECT_ALL)
Specifies which I/O functions should be redirected to the redirect I/O callback functions.
Flag that controls which I/O callbacks will be called. Possible values are given below, and may be combined using the bitwise OR ( | ) operator.
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 |
None.
If you set the flags to 0, then redirecting I/O will be disabled, even though redirection may be enabled through calling LBaseFile::EnableRedirectIO.
For an example, refer to LFile::StartFeedLoad.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document