ImageGear Professional for Linux
IG_comm_function_call

This function is used to call function from a component.

Declaration:

 
Copy Code
LONG  CACCUAPI   IG_comm_function_call(
        LPCHAR lpEntryName,
        ...       
);

Arguments:

Name Type Description
lpEntryName LPCHAR The name of entry in GFT to call.
... Additional parameters.

Supported Raster Image Formats:

This function does not process image pixels.

Return Value:

Returns a LONG indicating the requested component function.

Example:

See the example in Component Manager API section of the Using ImageGear chapter.

Remarks:

Usually this function is not used directly, but it is used in macro declarations defined in component public headers i_<COMP_NAME>.h.

See also the section ImageGear Components.

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback