
Name: |
||
Inputs: |
int handle |
|
Outputs: |
none |
|
Returns: |
GFD_ACCESS_DENIED |
|
|
GFD_BROKEN_PIPE |
|
GFD_INVALID_HANDLE |
| |
GFD_NOT_INSTALLED |
| |
GFD_SUCCESS |
| |
Includes: |
gfdmsg.h |
|
The gfdDisConnectNmPipe( ) function closes the server handle of a named pipe. If the client end of a named pipe is open, this call forces that end of the named pipe closed. The client receives an error value on the next attempt to access the pipe.
A client that is forced off a pipe by this function must close its end of the pipe using the gfdClose function.
#define XXX_BASE 0x400 #define XXX_gfdClose (XXX_Base+81) int faxHandle; /* Fax channel handle from remote open */ int AppHandle Int status; int result; /* Close remote or fax channel side of pipe */ status = gfdRemoteRequest (0,0,XXX_gfdClose,0,faxHandle,îî,), &result); gfdDisConnectNmPipe(AppHandle); gfdClose(AppHandle);
Click here to contact Dialogic Customer Engineering
Copyright 2000, Dialogic Corporation