ImageGear Professional DLL v17.1 for Windows Accusoft
IG_ARTX_register_callback
Send Feedback  
ImageGear Professional DLL v17.1 for Windows > API Reference Guide > ArtX Component API Reference > ArtX Component Objects Reference > ArtX General API > IG_ARTX_register_callback

Glossary Item Box

This function initializes callbacks.

Declaration:

  Copy Code
AT_ERRCOUNT ACCUAPI IG_ARTX_register_callback (
        AT_MODE  nCallbackID,
        LPFNIG_ARTX_CALLBACK lpfnCallBack,
        LPVOID lpClientData
);

Arguments:

nCallbackID Callback ID; may be one of the enumIGArtXGUIActionCB values.
lpfnCallBack Pointer to a callback function.
lpClientData Client data, which will be passed to the callback function.

Return Value:

Error count.

Supported Raster Image Formats:

This function does not process image pixels.

Remarks:

This function initializes one of the following callbacks:

©2012. Accusoft Corporation. All Rights Reserved.