
Name: |
||
Inputs: |
int handle |
|
Outputs: |
none |
|
Returns: |
GFD_INVALID_HANDLE |
|
|
GFD_NOT_INSTALLED |
|
GFD_SUCCESS |
| |
Includes: |
gfdmsg.h |
|
The gfdClose( ) function closes a pipe opened with gfdOpen or gfdMakeNmPipe.
#define XXX_BASE 0x4000
#define XXX_gfdClose (XXX_BASE+81) int faxHandle; /* fax channel handle for pipe remote open */ int appHandle; /* application handle for pipe*/ int status; int result; /* Close remote/fax channel side of pipe */ status = gfdRemoteRequest(0, 0, XXX_gfdClose, 0, faxHandle, "", 0, &result); gfdDisConnectNmPipe(appHandle); gfdClose(appHandle);
Click here to contact Dialogic Customer Engineering
Copyright 2000, Dialogic Corporation