ImageGear Professional DLL v17.1 for Windows Accusoft
IG_comm_function_call
Send Feedback  
ImageGear Professional DLL v17.1 for Windows > API Reference Guide > Core Component API Reference > Core Component Functions Reference > Component Manager Functions > IG_comm_function_call

Glossary Item Box

This function is used to call function from a component.

Declaration:

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

Arguments:

lpEntryName 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.

Sample:

None

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.

©2012. Accusoft Corporation. All Rights Reserved.