#include "l_bitmap.h"
L_INT pEXT_CALLBACK YourFunction (uMarker, uMarkerSize, pMarkerData, pLEADUserData)
Writes the updated marker data to the destination file.
ID of the JPEG marker to write. The JPEG markers are uniquely identified by a byte value. Possible values are 1 to 254. (0 and 255 are not allowed.)
Size of the JPEG marker to write. The size will be less than 65535. If this value is 0, then the marker does not have any extra data.
Pointer to a buffer containing the marker data. This parameter is valid only if the uMarkerSize
is > 0.
Void pointer that was passed to the TRANSFORMFILECALLBACK function.
Value | Meaning |
---|---|
SUCCESS | The function was successful. |
< 1 | An error occurred. Refer to Return Codes. |
This is a callback function provided by LEADTOOLS, for writing updated marker data. Any user data required by this callback function is passed to the TRANSFORMFILECALLBACKfunction and is in turn passed on to this function.
This function is called only from within the TRANSFORMFILECALLBACK function.
Please note that this callback function is different from most other LEADTOOLS callback functions. The code for this function resides entirely within LEADTOOLS. No code for this callback function is provided by the user.
Required DLLs and Libraries
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