ImageGear for C and C++ on Windows v19.3 - Updated
IG_ISIS_TAG_PIXFPACK_CALLBACK
API Reference Guide > ISIS Component API Reference > ISIS Component Tags Reference > Custom Tag Tags > IG_ISIS_TAG_PIXFPACK_CALLBACK

Callback for custom tag creation. 0x1300 4864

IG_ISIS_TAG_PIXFPACK_CALLBACK is used to create custom tags to be written into the image file. Writing tags to an image file is supported only by file types that contain tags (TIFF).

Type:

IG_ISIS_TAG_TYPE_LONG (value passed in must be of the type PIXIF_CALLBACK FAR *).

Drivers:

PIXFPACK.

Values:

The callback has the form:

int_export_far_pascal Callback(HISISDRV hDriver, LONG lValue);

Remarks:

To write a custom tag into an image file, set IG_ISIS_TAG_PIXFPACK_CALLBACK to point to the callback function. When the callback is called, lpDriver will point to a driver on which you can create (using IG_ISIS_tag_create...) and set (using IG_ISIS_tag_set...) tags. Any tags so created will be written into the file. lValue will contain a LONG value which was set in the IG_ISIS_TAG_PIXFPACK_CALLBACK_DATA tag.

See Also

IG_ISIS_TAG_PIXFPACK_CALLBACK_DATA