Previous PageTable Of Contents../index.htmlIndexNext Page

gfdDisConnectNmPipe( )

Description | Example

Name:

int gfdDisConnectNmPipe (int handle)

Inputs:

int handle

  • Valid pipe handle returned from gfdMakeNmPipe or gfdOpen.

Outputs:

none

 

Returns:

GFD_ACCESS_DENIED

   · Pipe is not connected.

GFD_BROKEN_PIPE

   · Pipe was disconnected.

 

GFD_INVALID_HANDLE

   · Wrong pipe handle.

 

GFD_NOT_INSTALLED

   · Dispatcher is not running.

 

GFD_SUCCESS

   · Successful.

Includes:

gfdmsg.h
gfdipc.h

 

Top Of PageDescription

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.

Top Of PageExample


Previous PageTable Of ContentsTop Of PageIndexNext Page

Click here to contact Dialogic Customer Engineering

Copyright 2000, Dialogic Corporation
All rights reserved
This page generated January, 2002