
Name: |
int gfdQueryStatus (int dummy) | |
Inputs: |
int dummy |
|
Outputs: |
None |
|
Returns: |
0 |
|
|
non-zero |
|
Includes: |
gfdmsg.h |
|
|
gfdipc.h | |
The gfdQueryStatus( ) function checks if the Dispatcher is running. This function checks whether or not the Dispatcher is running.
if (gfdQueryStatus(0))
{
printf ("GammaLink service not running\n");
exit (1);
}
Click here to contact Dialogic Customer Engineering
Copyright 2000, Dialogic Corporation