
Name: |
int gl_pebexit( ) | |
Inputs: |
none |
|
Returns: |
0 |
|
|
-1 |
|
Includes: |
gfpeb.h |
|
The gl_pebexit( ) function shuts down PEB subsystem. The gl_pebexit( ) function must be called before program termination.
#include "gfpeb.h" int status; status = gl_pebexit( );
if (status)
{
fprintf(stderr, "gl_pebexit( ) failed: %d\n", status);
return (status);
}
Click here to contact Dialogic Customer Engineering
Copyright 2000, Dialogic Corporation