HostServiceFunction

Definition

typedef long (MPI_DEF2 *HostServiceFunction)(void *params);

Description

Interface prototype for a hostService service function. HostServiceFunction can be used to define a custom routine to service sync interrupts. HostServiceFunction function must take a pointer to a structure as a parameter and must return a long.

See Also

hostServiceCreate | hostServiceDelete | hostServiceStatus