
Description | Example | Errors
Name: |
int gl_pebenter (void) | |
Inputs: |
none |
|
Returns: |
0 |
|
|
-1 |
|
Includes: |
gfpeb.h |
|
The gl_pebenter( ) function initialize PEB subsystem. The gl_pebenter( ) function must be called before using any PEB switching functions.
#include "gfpeb.h" int status; status = gl_pebenter( );
if (status)
{
fprintf(stderr, "gl_pebenter( ) failed: %d\n", status);
return (status);
}
Click here to contact Dialogic Customer Engineering
Copyright 2000, Dialogic Corporation