Previous PageTable Of Contents../index.htmlIndexNext Page

grtRespondContinue( )

Description | Example

Name:

int grtRespondContinue (GRT_EVENT *event)

Inputs:

GRT_EVENT *event

  • Pointer to an event record.

Outputs:

None

 

Returns:

GRT_SUCCESS

  • Successful.

GRT_ANOTHER_THREAD

  • Channel is controlled by another thread.

GRT_RESPONSE_FAIL

  • Response to event failed.
 

GRT_CONTROL_BUSY

  • The semaphore could not be set.
 

GRT_UNLOCK_FAIL

  • The semaphore could not be released.
 

GRT_LOCK_FAILED

  • The semaphore could not be set.
 

GRT_NOT_INIT

  • The specified channel has not been grtInit'ed.
 

GFD_BROKEN_PIPE

  • The response pipe is broken.
 

GFD_INVALID_HANDLE

  • The response pipe is corrupted.

Includes:

genra.h

 

Top Of PageDescription

The grtRespondContinue( ) function responds to an event with a continue message. This function responds to the given event with a GRT_CONTINUE response message.

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