This function is used to call function from a component.
Copy Code
|
|
---|---|
LONG CACCUAPI IG_comm_function_call( LPCHAR lpEntryName, ... ); |
Name | Type | Description |
---|---|---|
lpEntryName | LPCHAR | The name of entry in GFT to call. |
... | Additional parameters. |
This function does not process image pixels.
Returns a LONG indicating the requested component function.
None
See the example in Component Manager API section of the Using ImageGear chapter.
Usually this function is not used directly, but it is used in macro declarations defined in component public headers i_<COMP_NAME>.h.
See Attaching Components.